Home
last modified time | relevance | path

Searched refs: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 */ in dowrap() local
552 wrapentry = xmalloc(sizeof (struct Wrap)); in dowrap()
554 wrapentry->wrapstr = wstrdup(a); in dowrap()
556 wrapentry->nxt = wrapstart; in dowrap()
557 wrapstart = wrapentry; in dowrap()