Searched refs:strpush (Results 1 – 2 of 2) sorted by relevance
74 struct strpush { struct75 struct strpush *prev; /* preceding string on stack */ argument96 struct strpush *strpush; /* for pushing strings at this level */ argument97 struct strpush basestrpush; /* so pushing one is fast */293 if (parsefile->strpush) { in preadbuffer()388 struct strpush *sp; in pushstring()392 if (parsefile->strpush) { in pushstring()393 sp = ckmalloc(sizeof (struct strpush)); in pushstring()394 sp->prev = parsefile->strpush; in pushstring()395 parsefile->strpush = sp; in pushstring()[all …]
903 struct strpush { struct904 struct strpush *prev; /* preceding string on stack */ argument919 struct strpush *strpush; /* for pushing strings at this level */ argument920 struct strpush basestrpush; /* so pushing one is fast */