Searched refs:S_NL (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 285 shp->ifstable[delim] = S_NL; in sh_readline() 499 c = S_NL; in sh_readline() 528 if((c = shp->ifstable[*cp++]) == S_NL) in sh_readline() 551 c = S_NL; in sh_readline() 559 case S_NL: in sh_readline() 579 c = S_NL; in sh_readline() 630 if(name || c==S_NL || c==S_ESC || c==S_EOF || c==S_MBYTE) in sh_readline() 681 if(c!=S_NL) in sh_readline() 700 if(c!=S_NL) in sh_readline()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 24 #define S_NL 3 /* new-line when not a token */ macro
|
/titanic_41/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 96 "S_NL", S_NL,
|
/titanic_41/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 96 "S_NL", S_NL,
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 159 0, 0, S_NL, 0, 0, 0, 0, 0, 180 0, 0, S_NL, 0, 0, 0, 0, 0, 203 0, S_BLNK, S_NL, 0, 0, 0, 0, 0,
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 107 { PROTO, { '\n' }, S_NL, }, 271 { QUICK, { '\n' }, S_NL, }, 339 { TOKEN, { '\n' }, S_NL, },
|
H A D | ppfsm.h | 186 #define S_NL (TERMINAL+7) macro
|
H A D | pplex.c | 243 case S_NL: in ppcpp() 1793 case S_NL: in ppcpp()
|
H A D | ppproto.c | 851 case S_NL: in lex()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | join.c | 121 #define S_NL 3 macro 197 jp->state['\n'] = S_NL; in init() 413 } while (n != S_NL); in getrec()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 481 case S_NL: in sh_lex() 1740 n = S_NL; in here_copy() 1743 if(n!=S_NL) in here_copy() 1776 case S_NL: in here_copy()
|
H A D | macro.c | 309 if(n==S_NL || n==S_QUOTE || n==S_RBRA) in sh_machere() 2219 if(n==S_SPACE || n==S_NL) in mac_copy() 2221 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) in mac_copy() 2241 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) in mac_copy()
|
H A D | init.c | 513 n = S_NL; in get_ifs() 522 shp->ifstable['\n'] = S_NL; in get_ifs()
|