Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libedit/
HDfilecomplete.c452 && !Strchr(word_break, ctemp[-1]) in fn_complete()
453 && (!special_prefixes || !Strchr(special_prefixes, ctemp[-1]) ) ) in fn_complete()
620 else if (Strchr(break_chars, *buffer)) in sh_find_word_start()
635 if (Strchr(break_chars, *src) || in sh_quote()
636 Strchr(extra_quote_chars, *src)) in sh_quote()
646 if (Strchr(break_chars, *src) || in sh_quote()
647 Strchr(extra_quote_chars, *src)) in sh_quote()
HDparse.c109 ptr = Strchr(argv[0], ':'); in FUN()
191 h = Strchr(hex, *p++); in parse__escape()
HDchartype.h88 #define Strchr(s,c) wcschr(s,c) macro
143 #define Strchr(s,c) strchr(s,c) macro
HDtokenizer.c366 if (Strchr(tok->ifs, *ptr) != NULL) in FUN()
453 li.cursor = li.lastchar = Strchr(line, '\0'); in FUN()
HDchared.c210 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL; in ce__isword()
HDvi.c825 delta = (size_t)(Strchr(match_chars, o_ch) - match_chars); in vi_match()
HDtty.c1251 p = Strchr(s, '='); in tty_stty()
/freebsd-11-stable/contrib/tcsh/
HDtw.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()
HDglob.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()
HDsh.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()
HDtw.comp.c350 if ((p = Strchr(res, ')')) != NULL) in tw_result()
357 if ((p = Strchr(&res[1], '`')) != NULL) in tw_result()
HDed.h195 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
HDsh.h1111 #define Strchr(a, b) strchr(a, b) macro
1134 #define Strchr(a, b) wcschr(a, b) macro
1144 #define Strchr(a, b) s_strchr(a, b) macro
HDed.inputl.c47 Strchr(mismatch, (c)))
240 *Strchr(Change, '\n') = '\0'; in Inputl()
HDsh.glob.c238 if (Strchr(s, '{') != NULL) { in expbrace()
307 if (Strchr(s, '`')) { in globexpand()
HDed.chared.c260 if (!Strchr(delim, *prev) || *(prev-1) == (Char)'\\') in c_preword()
272 if (!Strchr(delim, *new) || *(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()
HDsh.exp.c928 if ((str = Strchr(strF, '\n')) != NULL) in filetest()
HDsh.dol.c1078 if (Strchr(mbp, '`') != NULL) { in heredoc()
HDsh.dir.c601 if (Strchr(cp, '`')) { in dfollow()
HDed.screen.c1577 ptr = Strchr(ptr, ':'); in UpdateVal()
HDsh.c953 if (dp = Strchr(cp, '=')) { in main()
HDFixes1195 Strchr().