Searched refs:wrapentry (Results 1 – 1 of 1) sorted by relevance
550 struct Wrap *wrapentry; /* entry for list of "m4wrap" strings */ in dowrap() local552 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()