Searched refs:s_collect (Results 1 – 1 of 1) sorted by relevance
85 custr_t *s_collect; member229 if (custr_appendc(s->s_collect, res) != 0) { in collect_string_escape()242 if (custr_appendc(s->s_collect, ep[1]) != 0) { in collect_string_escape()257 custr_reset(s->s_collect); in collect_string()283 if (custr_appendc(s->s_collect, c) != 0) { in collect_string()295 custr_reset(s->s_collect); in collect_bareword()302 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_bareword()318 str = custr_cstr(s->s_collect); in hdlr_bareword()343 custr_reset(s->s_collect); in collect_number()360 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_number()[all …]