Searched refs:aelist (Results 1 – 3 of 3) sorted by relevance
60 struct aelist { struct68 static struct aelist * argument71 return (calloc(sizeof (struct aelist), 1)); in newael()75 newae(struct aelist *ael, const char *arg) in newae()97 aeltoargv(struct aelist *ael) in aeltoargv()483 struct aelist *cpp = NULL; in main()484 struct aelist *m4 = NULL; in main()485 struct aelist *as = newael(); in main()
346 struct aelist { struct356 struct aelist *i_ae; argument487 newae(struct aelist *ael, const char *arg) in newae()507 if ((ctx->i_ae = calloc(sizeof (struct aelist), 1)) == NULL) { in newictx()527 warnings(struct aelist *h) in warnings()543 optim_disable(struct aelist *h, int level) in optim_disable()554 Xamode(struct aelist *h) in Xamode()559 Xcmode(struct aelist *h) in Xcmode()571 Xsmode(struct aelist *h) in Xsmode()592 xlate_xtb(struct aelist *h, const char *xarg) in xlate_xtb()[all …]
123 typedef struct aelist { struct