Searched refs:strpush (Results 1 – 1 of 1) sorted by relevance
67 struct strpush { struct88 struct strpush *strpush; /* for pushing strings at this level */ argument199 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 …]