Searched refs:insert_meta (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | tw.parse.c | 101 static int insert_meta (const Char *, const Char *, 331 insert_meta(word_start, str_end, qline.s + word, !qu) < 0) in tenematch() 372 if (insert_meta(word_start, str_end, qline.s + word, !qu) < 0) in tenematch() 403 if (insert_meta(0, 0, ptr[i], 0) < 0 || in tenematch() 420 if (insert_meta(word_start, str_end, bptr, !qu) < 0) { in tenematch() 434 if (insert_meta(word_start, str_end, bptr, !qu) < 0) { in tenematch() 456 if (insert_meta(word_start, str_end, p, !qu) < 0) { in tenematch() 591 insert_meta(const Char *cp, const Char *cpend, const Char *word, in insert_meta() function
|