Lines Matching defs:ae
347 struct ae {348 struct ae *ae_next;489 struct ae *ae;491 if ((ae = calloc(sizeof (*ae), 1)) == NULL)493 ae->ae_arg = strdup(arg);495 ael->ael_head = ae;497 ael->ael_tail->ae_next = ae;498 ael->ael_tail = ae;1651 struct ae *a;