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

/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile38 # capability NAMES generated source
39 NAMES= \ macro
47 $(NAMES) src/libc/xcurses/keyindex.c h/term.h
77 $(NAMES) : src/libc/xcurses/mknames.awk src/libc/xcurses/caps
78 $(RM) $(NAMES)
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile38 # capability NAMES generated source
39 NAMES= \ macro
47 $(NAMES) src/libc/xcurses/keyindex.c h/term.h
85 $(NAMES) : src/libc/xcurses/mknames.awk src/libc/xcurses/caps
86 $(RM) $(NAMES)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h136 #define NAMES 4 /* The names for a terminal type */ macro
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl56 $self->{NAMES} = undef;
85 $size = read(MD, $self->{NAMES}, $self->{NAME_SEC_SZ});
100 $name = substr($self->{NAMES}, $nameoff, $namelen);
153 $next = index($self->{NAMES}, "\0", $idx);
154 $p = substr($self->{NAMES}, $idx, $next - $idx);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h122 #define NAMES 4 /* The names for a terminal type */ macro
H A Dticparse.c96 char not_names[] = m_textstr(3108, "Token after a seek not NAMES", "E");
526 * while (not EOF and not NAMES)
561 token_type != EOF && token_type != NAMES;
635 * if curr_token != NAMES
650 if (token_type != NAMES)
670 if ((token_type = get_token()) != NAMES)
681 if ((token_type = get_token()) != NAMES)
H A Dticscan.c83 * NAMES A line beginning in column 1. 'name'
152 type = NAMES;
234 case NAMES:
/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c109 * NAMES A line beginning in column 1. 'name'
174 type = NAMES;
275 case NAMES:
H A Dtic_parse.c158 * if curr_token != NAMES
175 if (token_type != NAMES)
193 if ((token_type = get_token()) != NAMES)
195 "Token after a seek not NAMES");
205 if ((token_type = get_token()) != NAMES)
207 "Token after a seek not NAMES");
261 * while (not EOF and not NAMES)
297 token_type != EOF && token_type != NAMES;
360 } /* endwhile (not EOF and not NAMES) */

Completed in 68 milliseconds