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

/freebsd-9.3-release/bin/sh/
H A Dinput.c68 struct strpush { struct
69 struct strpush *prev; /* preceding string on stack */
90 struct strpush *strpush; /* for pushing strings at this level */ member in struct:parsefile
91 struct strpush basestrpush; /* so pushing one is fast */
243 if (parsefile->strpush) {
329 if (parsefile->strpush)
355 struct strpush *sp;
359 if (parsefile->strpush) {
360 sp = ckmalloc(sizeof (struct strpush));
[all...]

Completed in 83 milliseconds