Home
last modified time | relevance | path

Searched refs:enqueued (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Dhistrap.c611 static char *enqueued = NULL; in histsave() local
616 afree(enqueued, APERM); in histsave()
617 enqueued = NULL; in histsave()
622 if (!enqueued) in histsave()
624 } else if (enqueued) { in histsave()
625 c = enqueued; in histsave()
626 enqueued = NULL; in histsave()
662 if (!enqueued) { in histsave()
664 enqueued = c; in histsave()
670 nenq = strlen(enqueued); in histsave()
[all...]

Completed in 3 milliseconds