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

  /src/bin/sh/
parser.c 134 int parsing = 0; variable
149 parsing++;
161 parsing--;
169 parsing++;
174 parsing--;
1084 * word parsing code into a separate routine. In this case, readtoken
1530 CTRACE(DBG_LEXER, ("parsebackq() parsing embedded command list\n"));
1547 * tokens left from the backquote parsing
1881 * quote character itself is not special (used parsing here docs and similar)
1887 * Overall, this routine does far more parsing than it is supposed to
    [all...]
  /src/external/mit/expat/dist/lib/
expat.h 414 If parameter entity parsing is enabled, then in addition to the
425 The parser argument is the parser parsing the entity containing the
440 The context argument specifies the parsing context in the format
796 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
806 except when parsing an external parameter entity and resumable != 0.
811 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
813 When resumable != 0 (true) then parsing is suspended, that is,
815 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
820 there is a parent parser then it will continue parsing when the
823 parser (recursively), if one wants to stop parsing altogether
848 enum XML_Parsing parsing; member in struct:__anon23622
    [all...]

Completed in 209 milliseconds