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

  /src/bin/sh/
parser.h 85 struct HereDoc;
90 struct HereDoc *ps_heredoclist; /* list of here documents to read */
100 struct HereDoc *ps_heredoc; /* current heredoc << being parsed */
149 #define heredoc (current_parser->ps_heredoc) macro
parser.c 82 struct HereDoc {
83 struct HereDoc *next; /* next here document in list */
775 struct HereDoc *here = heredoc;
776 struct HereDoc *p;
966 struct HereDoc *here;
1264 unsigned short ts_magicq; /* heredoc or word expand */
1632 heredoc = stalloc(sizeof(struct HereDoc));
1633 heredoc->here = np
    [all...]

Completed in 32 milliseconds