Searched defs:T_EOF (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dfold.c82 #define T_EOF 1 macro
H A Dcat.c92 #define T_EOF 2 macro
193 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
199 states[0] = n ? T_ERROR : T_EOF;
261 case T_EOF:
278 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
284 states[0] = m ? T_ERROR : T_EOF;
353 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
360 states[0] = n ? T_ERROR : T_EOF;
/illumos-gate/usr/src/cmd/sh/
H A Dctype.h37 #define T_EOF 020 macro
57 #define _EOF (T_EOF)
96 #define eofmeta(c) ((c<QUOTE) && _ctype1[c]&(_META|T_EOF))
98 #define eolchar(c) ((c<QUOTE) && _ctype1[c]&(T_EOR|T_EOF))
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c162 * A NULL character (T_EOF) is used to terminate messages.
166 T_EOF, enumerator in enum:__anon2479
820 tp->t_kind = T_EOF;
894 if (t.t_kind != T_EOF) {
916 if (t.t_kind == T_EOF)
975 if (t.t_kind == T_EOF)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c99 T_EOF, enumerator in enum:__anon3106
309 token = T_EOF;
601 case T_EOF:
654 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
1900 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {

Completed in 67 milliseconds