Home
last modified time | relevance | path

Searched refs:basestrpush (Results 1 – 2 of 2) sorted by relevance

/system/core/sh/
Dinput.c97 struct strpush basestrpush; /* so pushing one is fast */ member
397 sp = parsefile->strpush = &(parsefile->basestrpush); in pushstring()
422 if (sp != &(parsefile->basestrpush)) in popstring()
513 pf->basestrpush.prev = NULL; in pushfile()
Dinit.c920 struct strpush basestrpush; /* so pushing one is fast */ member