Lines Matching refs:strpush
235 if (unlikely(parsefile->strpush)) { in preadbuffer()
238 parsefile->strpush->ap && in preadbuffer()
351 struct strpush *sp; in pushstring()
357 if (parsefile->strpush) { in pushstring()
358 sp = ckmalloc(sizeof (struct strpush)); in pushstring()
359 sp->prev = parsefile->strpush; in pushstring()
360 parsefile->strpush = sp; in pushstring()
362 sp = parsefile->strpush = &(parsefile->basestrpush); in pushstring()
381 struct strpush *sp = parsefile->strpush; in popstring()
402 parsefile->strpush = sp->prev; in popstring()
485 pf->strpush = NULL; in pushfile()
502 while (pf->strpush) in popfile()