Searched refs:strpush (Results 1 – 1 of 1) sorted by relevance
568 struct strpush { struct569 struct strpush *prev; /* preceding string on stack */ argument578 struct strpush *spfree; argument599 struct strpush *strpush; /* for pushing strings at this level */ member600 struct strpush basestrpush; /* so pushing one is fast */603 struct strpush *spfree;10704 struct strpush *sp; in pushstring()10709 if (g_parsefile->strpush || g_parsefile->spfree) { in pushstring()10711 sp->prev = g_parsefile->strpush; in pushstring()10715 g_parsefile->strpush = sp; in pushstring()[all …]