Lines Matching defs:n
38 name_init(name_t *n, sysdem_ops_t *ops) in name_init()
45 name_fini(name_t *n) in name_fini()
57 name_len(const name_t *n) in name_len()
63 name_empty(const name_t *n) in name_empty()
69 name_clear(name_t *n) in name_clear()
86 name_reserve(name_t *n, size_t amt) in name_reserve()
114 name_add(name_t *n, const char *l, size_t l_len, const char *r, size_t r_len) in name_add()
127 name_add_str(name_t *n, str_t *l, str_t *r) in name_add_str()
152 name_at(const name_t *n, size_t idx) in name_at()
160 name_top(name_t *n) in name_top()
166 name_pop(name_t *n, str_pair_t *sp) in name_pop()
184 name_join(name_t *n, size_t amt, const char *sep) in name_join()
238 name_fmt_s(name_t *n, str_t *s, const char *fmt, long *maxp) in name_fmt_s()
312 name_fmt(name_t *n, const char *fmt_l, const char *fmt_r) in name_fmt()
410 sub_save(sub_t *sub, const name_t *n, size_t depth) in sub_save()
446 sub_substitute(const sub_t *sub, size_t idx, name_t *n) in sub_substitute()
487 templ_reserve(templ_t *tpl, size_t n) in templ_reserve()
569 templ_sub(const templ_t *tpl, size_t idx, name_t *n) in templ_sub()
577 templ_save(const name_t *n, size_t amt, templ_t *tpl) in templ_save()