Home
last modified time | relevance | path

Searched refs:strpush (Results 1 – 1 of 1) sorted by relevance

/src/bin/sh/
H A Dinput.c63 struct strpush { struct
64 struct strpush *prev; /* preceding string on stack */ argument
84 struct strpush *strpush; /* for pushing strings at this level */ argument
85 struct strpush basestrpush; /* so pushing one is fast */
195 while (parsefile->strpush) { in preadbuffer()
201 if (parsenleft == -1 && parsefile->strpush->ap != NULL) in preadbuffer()
279 if (parsefile->strpush) in preadateof()
305 struct strpush *sp; in pushstring()
309 if (parsefile->strpush) { in pushstring()
310 sp = ckmalloc(sizeof (struct strpush)); in pushstring()
[all …]