Searched refs:S_NL (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 292 shp->ifstable[delim] = S_NL; 506 c = S_NL; 535 if((c = shp->ifstable[*cp++]) == S_NL) 558 c = S_NL; 566 case S_NL: 586 c = S_NL; 637 if(name || c==S_NL || c==S_ESC || c==S_EOF || c==S_MBYTE) 688 if(c!=S_NL) 707 if(c!=S_NL)
|
/osnet-11/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 96 "S_NL", S_NL,
|
/osnet-11/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 96 "S_NL", S_NL,
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 24 #define S_NL 3 /* new-line when not a token */ macro
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | pr.c | 90 #define S_NL 1 macro 275 register int n=S_NL,col=0; 305 if(n==S_NL) 315 while(n>S_NL && cp < buffend) 325 if(n==S_NL) 839 pp->state['\n'] = S_NL;
|
H A D | join.c | 121 #define S_NL 3 macro 197 jp->state['\n'] = S_NL; 413 } while (n != S_NL);
|
/osnet-11/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,
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 186 #define S_NL (TERMINAL+7) macro
|
H A D | ppfsm.c | 107 { PROTO, { '\n' }, S_NL, }, 271 { QUICK, { '\n' }, S_NL, }, 339 { TOKEN, { '\n' }, S_NL, },
|
H A D | pplex.c | 243 case S_NL: 1793 case S_NL:
|
H A D | ppproto.c | 851 case S_NL:
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 318 if(n==S_NL || n==S_QUOTE || n==S_RBRA) 2349 if(n==S_SPACE || n==S_NL) 2351 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) 2371 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL))
|
H A D | init.c | 556 n = S_NL; 565 shp->ifstable['\n'] = S_NL;
|
Completed in 75 milliseconds