Searched refs:custr_appendc (Results 1 – 7 of 7) sorted by relevance
48 int custr_appendc(custr_t *, char);
37 custr_appendc;
134 custr_appendc(custr_t *cus, char newc) in custr_appendc() function
229 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()283 if (custr_appendc(s->s_collect, c) != 0) { in collect_string()302 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_bareword()360 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_number()
212 if (custr_appendc(word, *c) != 0) { in nextword()
49 custr_appendc { TYPE = FUNCTION; FILTER = libcustr.so.1 };
300 if (custr_appendc(st_custr, c) == -1) { in addprogch()