Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dread.c285 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 Dlexstates.h24 #define S_NL 3 /* new-line when not a token */ macro
/titanic_41/usr/src/lib/libpp/i386/
H A Dppdebug.h96 "S_NL", S_NL,
/titanic_41/usr/src/lib/libpp/sparc/
H A Dppdebug.h96 "S_NL", S_NL,
/titanic_41/usr/src/lib/libshell/common/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,
/titanic_41/usr/src/lib/libpp/common/
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.c851 case S_NL: in lex()
/titanic_41/usr/src/lib/libcmd/common/
H A Djoin.c121 #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 Dlex.c481 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 Dmacro.c309 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 Dinit.c513 n = S_NL; in get_ifs()
522 shp->ifstable['\n'] = S_NL; in get_ifs()