HomeSort by: relevance | last modified time | path
    Searched defs:basestrpush (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
input.c 97 struct strpush basestrpush; /* so pushing one is fast */ member in struct:parsefile
439 sp = parsefile->strpush = &(parsefile->basestrpush);
476 if (sp != &(parsefile->basestrpush))
623 pf->basestrpush.prev = NULL;
input.c 97 struct strpush basestrpush; /* so pushing one is fast */ member in struct:parsefile
439 sp = parsefile->strpush = &(parsefile->basestrpush);
476 if (sp != &(parsefile->basestrpush))
623 pf->basestrpush.prev = NULL;

Completed in 47 milliseconds