Searched refs:S_NL (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/std/
H A Dunexpand.c97 #define S_NL 3 macro
140 state['\n'] = S_NL;
253 case S_NL:
/ast/src/cmd/ksh93/bltins/
H A Dread.c303 shp->ifstable[delim] = S_NL;
540 c = S_NL;
579 if((c = shp->ifstable[*cp++]) == S_NL)
604 c = S_NL;
612 case S_NL:
632 c = S_NL;
699 if(c==S_NL)
717 if(name || c==S_NL || c==S_ESC || c==S_EOF || c==S_MBYTE)
768 if(c!=S_NL)
787 if(c!=S_NL)
[all...]
/ast/src/cmd/ksh93/include/
H A Dlexstates.h24 #define S_NL 3 /* new-line when not a token */ macro
/ast/src/cmd/builtin/
H A Dpr.c90 #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;
/ast/src/cmd/ksh93/data/
H A Dlexstates.c159 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,
/ast/src/lib/libpp/
H A Dppfsm.h186 #define S_NL (TERMINAL+7) macro
H A Dppfsm.c107 { PROTO, { '\n' }, S_NL, },
271 { QUICK, { '\n' }, S_NL, },
339 { TOKEN, { '\n' }, S_NL, },
H A Dpplex.c243 case S_NL:
1793 case S_NL:
H A Dppproto.c881 case S_NL:
/ast/src/lib/libcmd/
H A Djoin.c121 #define S_NL 3 macro
197 jp->state['\n'] = S_NL;
413 } while (n != S_NL);
/ast/src/cmd/ksh93/sh/
H A Dmacro.c320 if(n==S_NL || n==S_QUOTE || n==S_RBRA)
2392 if(n==S_SPACE || n==S_NL)
2394 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL))
2414 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL))
H A Dinit.c568 n = S_NL;
577 shp->ifstable['\n'] = S_NL;

Completed in 35 milliseconds