Home
last modified time | relevance | path

Searched refs:Strchr (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/libedit/
H A Dtokenizer.c74 #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()
/freebsd/contrib/tcsh/
H A Dtw.parse.c358 if ((looking == TW_COMMAND) && Strchr(wordbuf.s, '/') != NULL) { in tenematch()
389 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ? in tenematch()
824 if (Strchr(ncmdstart, *wordstart)) { in starting_a_command()
835 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL) in starting_a_command()
1262 dol[1] == '{' && Strchr(dol, '}') == NULL) in tw_suffix()
1542 if ((*word->s == '~') && (Strchr(word->s, '/') == NULL)) { in t_search()
1548 (target[1] != '{' || Strchr(target, '}') == NULL) && in t_search()
1549 (Strchr(name, '/') == NULL)) { in t_search()
1581 if (Strchr(word->s, '/') || (looking & TW_PATH)) { in t_search()
2169 (Strchr(val, 'x') != NULL); in print_by_column()
H A Dglob.c72 #undef Strchr
101 static Char *Strchr (Char *, int);
248 Strchr(Char *str, int ch) in Strchr() function
372 Strchr(qpatnext + 1, RBRACKET) == NULL) { in glob()
H A Dsh.file.c510 looking_for_lognames = (*word == '~') && (Strchr(word, '/') == NULL); in tsearch()
719 if (Strchr(delims, word_start[-1])) in tenex()
737 if (Strchr(inputline, '\t')) { /* tab Char in input line? */ in tenex()
H A Dtw.comp.c350 if ((p = Strchr(res, ')')) != NULL) in tw_result()
357 if ((p = Strchr(&res[1], '`')) != NULL) in tw_result()
H A Ded.h195 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
H A Dsh.h1107 #define Strchr(a, b) strchr(a, b) macro
1130 #define Strchr(a, b) wcschr(a, b) macro
1140 #define Strchr(a, b) s_strchr(a, b) macro
H A Ded.inputl.c47 Strchr(mismatch, (c)))
240 *Strchr(Change, '\n') = '\0'; in Inputl()
H A Dsh.glob.c243 if (Strchr(s, '{') != NULL) { in expbrace()
312 if (Strchr(s, '`')) { in globexpand()
H A Ded.chared.c260 if (!Strchr(delim, *prev) || (prev > low && prev[-1] == (Char)'\\')) in c_preword()
272 if (!Strchr(delim, *new) || (new > prev && new[-1] == (Char)'\\')) in c_preword()
798 if (!Strchr(delim, *p) || p[-1] == (Char)'\\') in c_endword()
810 if (!inquote && Strchr(delim, *p) && p[-1] != (Char)'\\') in c_endword()
H A Dsh.dol.c1106 if (Strchr(mbp, '`') != NULL) { in heredoc()
H A Dsh.exp.c928 if ((str = Strchr(strF, '\n')) != NULL) in filetest()
H A Dsh.dir.c590 if (Strchr(cp, '`')) { in dfollow()
H A Ded.screen.c1577 ptr = Strchr(ptr, ':'); in UpdateVal()
H A Dsh.c953 if (dp = Strchr(cp, '=')) { in main()
H A DFixes1219 Strchr().