Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dinput.c67 struct strpush { struct
88 struct strpush *strpush; /* for pushing strings at this level */ argument
199 while (parsefile->strpush) { in preadbuffer()
283 if (parsefile->strpush) in preadateof()
309 struct strpush *sp; in pushstring()
313 if (parsefile->strpush) { in pushstring()
316 parsefile->strpush = sp; in pushstring()
333 struct strpush *sp = parsefile->strpush; in popstring()
346 parsefile->strpush = sp->prev; in popstring()
448 pf->strpush = NULL; in pushfile()
[all …]