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

  /src/bin/sh/
input.c 73 struct strpush { struct
74 struct strpush *prev; /* preceding string on stack */
96 struct strpush *strpush; /* for pushing strings at this level */ member in struct:parsefile
97 struct strpush basestrpush; /* so pushing one is fast */
260 while (parsefile->strpush) {
261 if (parsenleft == -1 && parsefile->strpush->ap != NULL)
376 struct strpush *sp = parsefile->strpush;
425 struct strpush *sp
    [all...]

Completed in 252 milliseconds