Searched refs:strpush (Results 1 – 1 of 1) sorted by relevance
61 struct strpush { struct62 struct strpush *prev; /* preceding string on stack */ argument82 struct strpush *strpush; /* for pushing strings at this level */ argument83 struct strpush basestrpush; /* so pushing one is fast */193 while (parsefile->strpush) { in preadbuffer()199 if (parsenleft == -1 && parsefile->strpush->ap != NULL) in preadbuffer()277 if (parsefile->strpush) in preadateof()303 struct strpush *sp; in pushstring()307 if (parsefile->strpush) { in pushstring()308 sp = ckmalloc(sizeof (struct strpush)); in pushstring()[all …]