Searched refs:strpush (Results 1 – 1 of 1) sorted by relevance
63 struct strpush { struct64 struct strpush *prev; /* preceding string on stack */ argument84 struct strpush *strpush; /* for pushing strings at this level */ argument85 struct strpush basestrpush; /* so pushing one is fast */195 while (parsefile->strpush) { in preadbuffer()201 if (parsenleft == -1 && parsefile->strpush->ap != NULL) in preadbuffer()279 if (parsefile->strpush) in preadateof()305 struct strpush *sp; in pushstring()309 if (parsefile->strpush) { in pushstring()310 sp = ckmalloc(sizeof (struct strpush)); in pushstring()[all …]