Lines Matching refs:sub_t
54 } sub_t; typedef
56 void sub_clear(sub_t *);
57 void sub_init(sub_t *, sysdem_ops_t *);
58 void sub_fini(sub_t *);
59 void sub_pop(sub_t *);
60 boolean_t sub_save(sub_t *, const name_t *, size_t);
61 boolean_t sub_substitute(const sub_t *, size_t, name_t *);
62 boolean_t sub_empty(const sub_t *);
63 size_t sub_len(const sub_t *);
66 sub_t *tpl_items;
81 sub_t *templ_top(templ_t *);