Searched refs:Strchr (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dfilecomplete.c452 && !Strchr(word_break, ctemp[-1])
453 && (!special_prefixes || !Strchr(special_prefixes, ctemp[-1]) ) )
620 else if (Strchr(break_chars, *buffer))
635 if (Strchr(break_chars, *src) ||
636 Strchr(extra_quote_chars, *src))
646 if (Strchr(break_chars, *src) ||
647 Strchr(extra_quote_chars, *src))
H A Dparse.c109 ptr = Strchr(argv[0], ':');
191 h = Strchr(hex, *p++);
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)
453 li.cursor = li.lastchar = Strchr(line, '\0');
H A Dchared.c210 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL;
H A Dvi.c825 delta = (size_t)(Strchr(match_chars, o_ch) - match_chars);
H A Dtty.c1251 p = Strchr(s, '=');
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c72 #undef Strchr macro
101 static Char *Strchr (Char *, int);
248 Strchr(Char *str, int ch) function
372 Strchr(qpatnext + 1, RBRACKET) == NULL) {
H A Ded.h194 /* note the extra characters in the Strchr() call in this macro */
195 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
H A Dtw.comp.c350 if ((p = Strchr(res, ')')) != NULL)
357 if ((p = Strchr(&res[1], '`')) != NULL)
H A Ded.inputl.c45 /* don't Strchr() for '\0', obey current history character settings */
47 Strchr(mismatch, (c)))
240 *Strchr(Change, '\n') = '\0';
H A Dsh.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
H A Dtw.parse.c358 if ((looking == TW_COMMAND) && Strchr(wordbuf.s, '/') != NULL) {
389 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ?
824 if (Strchr(ncmdstart, *wordstart)) {
835 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL)
1262 dol[1] == '{' && Strchr(dol, '}') == NULL)
1542 if ((*word->s == '~') && (Strchr(word->s, '/') == NULL)) {
1548 (target[1] != '{' || Strchr(target, '}') == NULL) &&
1549 (Strchr(name, '/') == NULL)) {
1581 if (Strchr(word->s, '/') || (looking & TW_PATH)) {
2169 (Strchr(va
[all...]
H A Dsh.glob.c238 if (Strchr(s, '{') != NULL) {
307 if (Strchr(s, '`')) {
H A Ded.chared.c260 if (!Strchr(delim, *prev) || *(prev-1) == (Char)'\\')
272 if (!Strchr(delim, *new) || *(new-1) == (Char)'\\')
798 if (!Strchr(delim, *p) || *(p-1) == (Char)'\\')
810 if (!inquote && Strchr(delim, *p) && *(p-1) != (Char)'\\')
H A Dsh.file.c510 looking_for_lognames = (*word == '~') && (Strchr(word, '/') == NULL);
719 if (Strchr(delims, word_start[-1]))
737 if (Strchr(inputline, '\t')) { /* tab Char in input line? */
H A Dsh.exp.c928 if ((str = Strchr(strF, '\n')) != NULL)
H A Dsh.dir.c601 if (Strchr(cp, '`')) {
H A Ded.screen.c1577 ptr = Strchr(ptr, ':');
H A Dsh.c953 if (dp = Strchr(cp, '=')) {

Completed in 179 milliseconds