HomeSort by: relevance | last modified time | path
    Searched defs:current_parser (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
parser.h 131 #define current_parser (psp.c_current_parser) macro
138 #define tokpushback (current_parser->ps_tokpushback)
139 #define checkkwd (current_parser->ps_checkkwd)
141 #define heredoclist (current_parser->ps_heredoclist)
142 #define parsebackquote (current_parser->ps_parsebackquote)
143 #define doprompt (current_parser->ps_doprompt)
144 #define needprompt (current_parser->ps_needprompt)
145 #define lasttoken (current_parser->ps_lasttoken)
146 #define wordtext (current_parser->ps_wordtext)
147 #define backquotelist (current_parser->ps_backquotelist
    [all...]
parser.h 131 #define current_parser (psp.c_current_parser) macro
138 #define tokpushback (current_parser->ps_tokpushback)
139 #define checkkwd (current_parser->ps_checkkwd)
141 #define heredoclist (current_parser->ps_heredoclist)
142 #define parsebackquote (current_parser->ps_parsebackquote)
143 #define doprompt (current_parser->ps_doprompt)
144 #define needprompt (current_parser->ps_needprompt)
145 #define lasttoken (current_parser->ps_lasttoken)
146 #define wordtext (current_parser->ps_wordtext)
147 #define backquotelist (current_parser->ps_backquotelist
    [all...]

Completed in 21 milliseconds