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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c550 struct Wrap *wrapentry; /* entry for list of "m4wrap" strings */ local
552 wrapentry = xmalloc(sizeof (struct Wrap));
554 wrapentry->wrapstr = wstrdup(a);
556 wrapentry->nxt = wrapstart;
557 wrapstart = wrapentry;

Completed in 58 milliseconds