Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dlex.c41 #define SHEREDELIM 10 /* parsing << or <<- delimiter */ macro
229 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()
250 /* Initial state: one of SWORD SLETPAREN SHEREDELIM SBASE */ in yylex()
256 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) { in yylex()
812 case SHEREDELIM: in yylex()
880 state = statep->type = SHEREDELIM; in yylex()
906 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */ in yylex()
907 if (state == SHEREDELIM) in yylex()

Completed in 2 milliseconds