Searched refs:insert_meta (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tw.parse.c | 105 static int insert_meta (const Char *, const Char *, 335 insert_meta(word_start, str_end, qline.s + word, !qu) < 0) in tenematch() 376 if (insert_meta(word_start, str_end, qline.s + word, !qu) < 0) in tenematch() 407 if (insert_meta(0, 0, ptr[i], 0) < 0 || in tenematch() 424 if (insert_meta(word_start, str_end, bptr, !qu) < 0) { in tenematch() 438 if (insert_meta(word_start, str_end, bptr, !qu) < 0) { in tenematch() 460 if (insert_meta(word_start, str_end, p, !qu) < 0) { in tenematch() 595 insert_meta(const Char *cp, const Char *cpend, const Char *word, in insert_meta() function
|