Searched refs:Strchr (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/lib/libedit/ |
| H A D | tokenizer.c | 74 #define Strchr(s, c) strchr(s, c) macro 81 #define Strchr(s, c) wcschr(s, c) macro 377 if (Strchr(tok->ifs, *ptr) != NULL) in FUN() 464 li.cursor = li.lastchar = Strchr(line, '\0'); in FUN()
|
| /netbsd-src/bin/csh/ |
| H A D | file.c | 495 looking_for_lognames = (*word == '~') && (Strchr(word, '/') == NULL); in tsearch() 674 if (Strchr(delims, word_start[-1])) in tenex() 692 if (Strchr(inputline, '\t')) { /* tab Char in input line? */ in tenex()
|
| H A D | csh.h | 483 #define Strchr(a, b) strchr(a, b) macro 503 #define Strchr(a, b) s_strchr(a, b) macro
|
| H A D | glob.c | 231 if ((b = Strchr(s, '{')) != NULL) { in expbrace() 289 if (Strchr(s, '`')) { in globexpand()
|