Lines Matching defs:add
229 /* Now add them... */
640 * Given a string, copy it and possibly add a '*' to the end.
863 size_t add = 0, wlen = len;
866 while (wlen - add > 0)
867 if (ctype(s[add], C_IFS | C_EDQ)) {
868 if (putbuf_func(s, add) != 0) {
872 putbuf_func(s[add] == '\n' ? "'" : "\\", 1);
873 putbuf_func(&s[add], 1);
874 if (s[add] == '\n')
877 add++;
878 wlen -= add;
879 s += add;
880 add = 0;
882 ++add;
1974 /* add char to pattern */