1 /* Copyright (C) 2012 by Peter Rosin. All rights reserved.
3 * Permission to use, copy, modify, and distribute this software
4 * is freely granted, provided that this notice is preserved.
9 SLIST_ENTRY(ewords_entry
) next
;
14 SLIST_HEAD(ewords_head
, ewords_entry
) list
;
18 #define WE_WORDV_TO_EXT_WORDV(wordv) \
19 (ext_wordv_t *)((void *)(wordv) - offsetof(ext_wordv_t, we_wordv))
21 #endif /* !_WORDEXP2_H_ */