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

/freebsd-10.2-release/bin/sh/
H A Dinput.c67 struct strpush { struct
68 struct strpush *prev; /* preceding string on stack */
88 struct strpush *strpush; /* for pushing strings at this level */ member in struct:parsefile
89 struct strpush basestrpush; /* so pushing one is fast */
229 while (parsefile->strpush) {
235 if (parsenleft == -1 && parsefile->strpush->ap != NULL)
317 if (parsefile->strpush)
343 struct strpush *sp;
347 if (parsefile->strpush) {
[all...]

Completed in 55 milliseconds