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

/freebsd-10.2-release/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.2-release/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.c67 #undef Strchr macro
96 static Char *Strchr (Char *, int);
241 Strchr(Char *str, int ch) function
364 Strchr(qpatnext + 1, RBRACKET) == NULL) {
H A Dtw.comp.c353 if ((p = Strchr(res, ')')) != NULL)
360 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 Dsh.h1095 #define Strchr(a, b) strchr(a, b) macro
1118 #define Strchr(a, b) wcschr(a, b) macro
1128 #define Strchr(a, b) s_strchr(a, b) macro
H A Dtw.parse.c362 if ((looking == TW_COMMAND) && Strchr(wordbuf.s, '/') != NULL) {
393 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ?
824 if (Strchr(ncmdstart, *wordstart)) {
835 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL)
1262 dollar[1] == '{' && Strchr(dollar, '}') == 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.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.c931 if ((str = Strchr(strF, '\n')) != NULL)
H A Dsh.dir.c602 if (Strchr(cp, '`')) {
H A Ded.screen.c1580 ptr = Strchr(ptr, ':');
H A Dsh.c962 if (dp = Strchr(cp, '=')) {

Completed in 205 milliseconds