Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dinput.c69 struct strpush { struct
90 struct strpush *strpush; /* for pushing strings at this level */ argument
201 while (parsefile->strpush) { in preadbuffer()
285 if (parsefile->strpush) in preadateof()
311 struct strpush *sp; in pushstring()
315 if (parsefile->strpush) { in pushstring()
318 parsefile->strpush = sp; in pushstring()
335 struct strpush *sp = parsefile->strpush; in popstring()
348 parsefile->strpush = sp->prev; in popstring()
445 pf->strpush = NULL; in pushfile()
[all …]