Lines Matching refs:APERM
362 afree(*histptr, APERM); in hist_execute()
519 history = aresize2(history, n, sizeof(char *), APERM); in sethistsize()
550 afree(hname, APERM); in sethistfile()
571 history = alloc2(histsize, sizeof(char *), APERM); in init_histvec()
616 afree(enqueued, APERM); in histsave()
629 afree(c, APERM); in histsave()
638 strndupx(c, cmd, ccp - cmd, APERM); in histsave()
648 afree(c, APERM); in histsave()
666 afree(c, APERM); in histsave()
672 enqueued = aresize(enqueued, nenq + 1 + ncmd + 1, APERM); in histsave()
675 afree(c, APERM); in histsave()
683 afree(*history, APERM); in histsave()
784 strdupx(hname, hname, APERM); in hist_persist_init()
939 afree(*hp, APERM); in histload()
940 strdupx(*hp, (char *)(base + 4), APERM); in histload()
1090 strdupx(s, cs, APERM); in inittraps()
1380 afree(trapstr, APERM); in runtrap()
1433 afree(p->trap, APERM); in settrap()
1435 strdupx(p->trap, s, APERM); in settrap()