Home
last modified time | relevance | path

Searched refs:ST_LIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h72 #define ST_LIT 3 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c427 if(mode==ST_LIT) in sh_lex()
791 mode = ST_LIT; in sh_lex()
794 if(mode!=ST_LIT) in sh_lex()
802 mode = ST_LIT; in sh_lex()
1869 state = sh_lexstates[ST_LIT]; in here_copy()