Home
last modified time | relevance | path

Searched refs:S_NLTOK (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dlexstates.h33 #define S_NLTOK 12 /* new-line token */ macro
/titanic_41/usr/src/lib/libshell/common/data/
H A Dlexstates.c35 S_REG, 0, S_NLTOK,S_REG, S_REG, 0, S_REG, S_REG,
37 S_REG, 0, S_NLTOK,S_REG, S_REG, S_REG, S_REG, S_REG,
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c457 n = S_NLTOK; in sh_lex()
460 case S_NLTOK: in sh_lex()
486 if(n==S_NLTOK) in sh_lex()
999 if((n=sh_lexstates[ST_BEGIN][c])==0 || n==S_OP || n==S_NLTOK) in sh_lex()