Searched refs:NAMES (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/
H A Dvalidate_map.sh29 NAMES=
32 NAMES=$(sed -n 's/^.*XZ_\([^ ]*\)\(alpha\|beta\) .*$/\1\2/p' \
41 if test -n "$SYMS$NAMES$DUPS"; then
52 if test -n "$NAMES"; then
54 echo "$NAMES"
/freebsd-10-stable/bin/ls/
H A Dls.h87 } NAMES; typedef in typeref:struct:__anon5
H A Dls.c573 NAMES *np;
804 if ((np = malloc(sizeof(NAMES) + labelstrlen +
H A Dprint.c139 NAMES *np;
/freebsd-10-stable/contrib/ncurses/include/
H A Dtic.h146 #define NAMES 4 /* The names for a terminal type */ macro
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c315 * NAMES A line beginning in column 1. 'name'
567 type = NAMES;
684 case NAMES:
H A Dparse_entry.c191 * while (get_token() is not EOF and not NAMES)
215 if (token_type != NAMES)
275 token_type != EOF && token_type != NAMES;
468 } /* endwhile (not EOF and not NAMES) */

Completed in 77 milliseconds