Home
last modified time | relevance | path

Searched refs:aelist (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/tools/aw/
H A Daw.c60 struct aelist { struct
68 static struct aelist * argument
71 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()
/titanic_41/usr/src/tools/cw/
H A Dcw.c346 struct aelist { struct
356 struct aelist *i_ae; argument
487 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 …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c123 typedef struct aelist { struct