Searched defs:aelist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/aw/
H A Daw.c60 struct aelist { struct
68 static struct aelist *
71 return (calloc(sizeof (struct aelist), 1));
75 newae(struct aelist *ael, const char *arg)
97 aeltoargv(struct aelist *ael)
483 struct aelist *cpp = NULL;
484 struct aelist *m4 = NULL;
485 struct aelist *as = newael();
/illumos-gate/usr/src/tools/cw/
H A Dcw.c346 struct aelist { struct
356 struct aelist *i_ae;
487 newae(struct aelist *ael, const char *arg)
507 if ((ctx->i_ae = calloc(sizeof (struct aelist), 1)) == NULL) {
527 warnings(struct aelist *h)
543 optim_disable(struct aelist *h, int level)
554 Xamode(struct aelist *h)
559 Xcmode(struct aelist *h)
571 Xsmode(struct aelist *h)
592 xlate_xtb(struct aelist *
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c123 typedef struct aelist { struct
603 * new_ael: Create a new aelist with list_type "type"
891 * construct an argument vector from an aelist
2474 * update_aelist: Update an aelist by arg, for example:

Completed in 122 milliseconds