Lines Matching refs:enqueued
608 static char *enqueued = NULL; in histsave() local
613 afree(enqueued, APERM); in histsave()
614 enqueued = NULL; in histsave()
619 if (!enqueued) in histsave()
621 } else if (enqueued) { in histsave()
622 c = enqueued; in histsave()
623 enqueued = NULL; in histsave()
659 if (!enqueued) { in histsave()
661 enqueued = c; in histsave()
667 nenq = strlen(enqueued); in histsave()
669 enqueued = aresize(enqueued, nenq + 1 + ncmd + 1, APERM); in histsave()
670 enqueued[nenq] = '\n'; in histsave()
671 memcpy(enqueued + nenq + 1, c, ncmd + 1); in histsave()