Home
last modified time | relevance | path

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

/minix/bin/sh/
H A Dinput.c71 struct strpush { struct
93 struct strpush *strpush; /* for pushing strings at this level */ member
246 if (parsefile->strpush) { in preadbuffer()
345 struct strpush *sp; in pushstring()
349 if (parsefile->strpush) { in pushstring()
351 sp->prev = parsefile->strpush; in pushstring()
352 parsefile->strpush = sp; in pushstring()
369 struct strpush *sp = parsefile->strpush; in popstring()
378 parsefile->strpush = sp->prev; in popstring()
485 pf->strpush = NULL; in pushfile()
[all …]