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

/freebsd-10-stable/lib/libedit/
H A Dchartype.h89 #define Strchr(s,c) wcschr(s,c) macro
139 #define Strchr(s,c) strchr(s,c) macro
/freebsd-10-stable/contrib/tcsh/
H A Ded.h195 /* note the extra characters in the Strchr() call in this macro */
196 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
H A Dglob.c72 #undef Strchr macro
101 static Char *Strchr (Char *, int);
246 Strchr(Char *str, int ch) function
369 Strchr(qpatnext + 1, RBRACKET) == NULL) {
H A Dtw.comp.c354 if ((p = Strchr(res, ')')) != NULL)
361 if ((p = Strchr(&res[1], '`')) != NULL)
H A Ded.inputl.c49 /* don't Strchr() for '\0', obey current history character settings */
51 Strchr(mismatch, (c)))
244 *Strchr(Change, '\n') = '\0';
H A Dtw.parse.c362 if ((looking == TW_COMMAND) && Strchr(wordbuf.s, '/') != NULL) {
393 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ?
828 if (Strchr(ncmdstart, *wordstart)) {
839 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL)
1266 dol[1] == '{' && Strchr(dol, '}') == NULL)
1546 if ((*word->s == '~') && (Strchr(word->s, '/') == NULL)) {
1552 (target[1] != '{' || Strchr(target, '}') == NULL) &&
1553 (Strchr(name, '/') == NULL)) {
1585 if (Strchr(word->s, '/') || (looking & TW_PATH)) {
2173 (Strchr(va
[all...]
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 Dsh.glob.c242 if (Strchr(s, '{') != NULL) {
311 if (Strchr(s, '`')) {
H A Ded.chared.c264 if (!Strchr(delim, *prev) || *(prev-1) == (Char)'\\')
276 if (!Strchr(delim, *new) || *(new-1) == (Char)'\\')
802 if (!Strchr(delim, *p) || *(p-1) == (Char)'\\')
814 if (!inquote && Strchr(delim, *p) && *(p-1) != (Char)'\\')
H A Dsh.file.c513 looking_for_lognames = (*word == '~') && (Strchr(word, '/') == NULL);
722 if (Strchr(delims, word_start[-1]))
740 if (Strchr(inputline, '\t')) { /* tab Char in input line? */
H A Dsh.exp.c932 if ((str = Strchr(strF, '\n')) != NULL)
H A Dsh.dir.c604 if (Strchr(cp, '`')) {
H A Ded.screen.c1581 ptr = Strchr(ptr, ':');
H A Dsh.c955 if (dp = Strchr(cp, '=')) {

Completed in 204 milliseconds