Home
last modified time | relevance | path

Searched refs:S_NL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c303 shp->ifstable[delim] = S_NL; in sh_readline()
540 c = S_NL; in sh_readline()
579 if((c = shp->ifstable[*cp++]) == S_NL) in sh_readline()
605 c = S_NL; in sh_readline()
613 case S_NL: in sh_readline()
633 c = S_NL; in sh_readline()
700 if(c==S_NL) in sh_readline()
718 if(name || c==S_NL || c==S_ESC || c==S_EOF || c==S_MBYTE) in sh_readline()
769 if(c!=S_NL) in sh_readline()
788 if(c!=S_NL) in sh_readline()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h24 #define S_NL 3 /* new-line when not a token */ macro
/illumos-gate/usr/src/contrib/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,
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Djoin.c121 #define S_NL 3 macro
197 jp->state['\n'] = S_NL; in init()
413 } while (n != S_NL); in getrec()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c107 { PROTO, { '\n' }, S_NL, },
271 { QUICK, { '\n' }, S_NL, },
339 { TOKEN, { '\n' }, S_NL, },
H A Dppfsm.h186 #define S_NL (TERMINAL+7) macro
H A Dpplex.c243 case S_NL: in ppcpp()
1793 case S_NL: in ppcpp()
H A Dppproto.c881 case S_NL: in lex()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c504 case S_NL: in sh_lex()
1873 n = S_NL; in here_copy()
1876 if(n!=S_NL) in here_copy()
1940 case S_NL: in here_copy()
H A Dmacro.c320 if(n==S_NL || n==S_QUOTE || n==S_RBRA) in sh_machere()
2404 if(n==S_SPACE || n==S_NL) in mac_copy()
2406 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) in mac_copy()
2426 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) in mac_copy()
H A Dinit.c571 n = S_NL; in get_ifs()
580 shp->ifstable['\n'] = S_NL; in get_ifs()