Lines Matching refs:enqueued
611 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()
672 enqueued = aresize(enqueued, nenq + 1 + ncmd + 1, APERM); in histsave()
673 enqueued[nenq] = '\n'; in histsave()
674 memcpy(enqueued + nenq + 1, c, ncmd + 1); in histsave()