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

/ast/src/cmd/ksh93/include/
H A Dlexstates.h72 #define ST_LIT 3 macro
/ast/src/cmd/ksh93/sh/
H A Dlex.c424 if(mode==ST_LIT)
786 mode = ST_LIT;
789 if(mode!=ST_LIT)
797 mode = ST_LIT;
1831 state = sh_lexstates[ST_LIT];

Completed in 11 milliseconds