HomeSort by relevance Sort by last modified time
    Searched defs:heredoc (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
parser.c 79 struct heredoc { struct
80 struct heredoc *next; /* next here document in list */
89 struct heredoc *heredoclist; /* list of here documents to read */
99 struct heredoc *heredoc; variable in typeref:struct:heredoc
645 struct heredoc *here = heredoc;
646 struct heredoc *p;
682 struct heredoc *here;
1223 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc))
    [all...]
  /external/mksh/src/
sh.h 684 TT_HEREDOC_EXP, /* expanded heredoc */
688 /* temp/heredoc files. The file is removed when the struct is freed. */
1207 char *heredoc; \/* content of heredoc *\/ member in struct:ioword
    [all...]

Completed in 187 milliseconds