Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dfilecomplete.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()
H A Dparse.c109 ptr = Strchr(argv[0], ':'); in FUN()
191 h = Strchr(hex, *p++); in parse__escape()
H A Dchartype.h88 #define Strchr(s,c) wcschr(s,c) macro
143 #define Strchr(s,c) strchr(s,c) macro
H A Dtokenizer.c366 if (Strchr(tok->ifs, *ptr) != NULL) in FUN()
453 li.cursor = li.lastchar = Strchr(line, '\0'); in FUN()
H A Dchared.c210 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL; in ce__isword()
H A Dvi.c825 delta = (size_t)(Strchr(match_chars, o_ch) - match_chars); in vi_match()
H A Dtty.c1251 p = Strchr(s, '='); in tty_stty()
/freebsd-12.1/contrib/tcsh/
H A Dglob.c72 #undef Strchr
101 static Char *Strchr (Char *, int);
248 Strchr(Char *str, int ch) in Strchr() function
371 Strchr(qpatnext + 1, RBRACKET) == NULL) { in glob()
H A Dtw.parse.c362 if ((looking == TW_COMMAND) && Strchr(wordbuf.s, '/') != NULL) { in tenematch()
393 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ? in tenematch()
828 if (Strchr(ncmdstart, *wordstart)) { in starting_a_command()
839 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL) in starting_a_command()
1266 dol[1] == '{' && Strchr(dol, '}') == NULL) in tw_suffix()
1546 if ((*word->s == '~') && (Strchr(word->s, '/') == NULL)) { in t_search()
1552 (target[1] != '{' || Strchr(target, '}') == NULL) && in t_search()
1553 (Strchr(name, '/') == NULL)) { in t_search()
1585 if (Strchr(word->s, '/') || (looking & TW_PATH)) { in t_search()
2173 (Strchr(val, 'x') != NULL); in print_by_column()
H A Dsh.file.c513 looking_for_lognames = (*word == '~') && (Strchr(word, '/') == NULL); in tsearch()
722 if (Strchr(delims, word_start[-1])) in tenex()
740 if (Strchr(inputline, '\t')) { /* tab Char in input line? */ in tenex()
H A Dtw.comp.c354 if ((p = Strchr(res, ')')) != NULL) in tw_result()
361 if ((p = Strchr(&res[1], '`')) != NULL) in tw_result()
H A Ded.h196 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
H A Dsh.h1098 #define Strchr(a, b) strchr(a, b) macro
1121 #define Strchr(a, b) wcschr(a, b) macro
1131 #define Strchr(a, b) s_strchr(a, b) macro
H A Ded.inputl.c51 Strchr(mismatch, (c)))
244 *Strchr(Change, '\n') = '\0'; in Inputl()
H A Dsh.glob.c242 if (Strchr(s, '{') != NULL) { in expbrace()
311 if (Strchr(s, '`')) { in globexpand()
H A Ded.chared.c264 if (!Strchr(delim, *prev) || *(prev-1) == (Char)'\\') in c_preword()
276 if (!Strchr(delim, *new) || *(new-1) == (Char)'\\') in c_preword()
802 if (!Strchr(delim, *p) || *(p-1) == (Char)'\\') in c_endword()
814 if (!inquote && Strchr(delim, *p) && *(p-1) != (Char)'\\') in c_endword()
H A Dsh.dol.c1081 if (Strchr(mbp, '`') != NULL) { in heredoc()
H A Dsh.exp.c932 if ((str = Strchr(strF, '\n')) != NULL) in filetest()
H A Dsh.dir.c604 if (Strchr(cp, '`')) { in dfollow()
H A Ded.screen.c1581 ptr = Strchr(ptr, ':'); in UpdateVal()
H A Dsh.c955 if (dp = Strchr(cp, '=')) { in main()
H A DFixes1173 Strchr().