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

12

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dparse.c104 ptr = Strchr(argv[0], ':');
186 h = Strchr(hex, *p++);
H A Dchartype.h98 #define Strchr(s,c) wcschr(s,c) macro
148 #define Strchr(s,c) strchr(s,c) macro
H A Dfilecomplete.c449 && !Strchr(word_break, ctemp[-1])
450 && (!special_prefixes || !Strchr(special_prefixes, ctemp[-1]) ) )
H A Dtokenizer.c366 if (Strchr(tok->ifs, *ptr) != NULL)
451 li.cursor = li.lastchar = Strchr(line, '\0');
H A Dchared.c204 return (Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL);
H A Dvi.c817 delta = Strchr(match_chars, o_ch) - match_chars;
/macosx-10.10/libedit-40/src/
H A Dparse.c104 ptr = Strchr(argv[0], ':');
186 h = Strchr(hex, *p++);
H A Dchartype.h98 #define Strchr(s,c) wcschr(s,c) macro
153 #define Strchr(s,c) strchr(s,c) macro
H A Dfilecomplete.c456 && !Strchr(word_break, ctemp[-1])
457 && (!special_prefixes || !Strchr(special_prefixes, ctemp[-1]) ) )
H A Dtokenizer.c366 if (Strchr(tok->ifs, *ptr) != NULL)
451 li.cursor = li.lastchar = Strchr(line, '\0');
H A Dchared.c204 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL;
/macosx-10.10/tcsh-65/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.h1072 #define Strchr(a, b) strchr(a, b) macro
1095 #define Strchr(a, b) wcschr(a, b) macro
1105 #define Strchr(a, b) s_strchr(a, b) macro
H A Dsh.glob.c242 if (Strchr(s, '{') != NULL) {
311 if (Strchr(s, '`')) {
H A Dtw.parse.c376 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ?
803 if (Strchr(ncmdstart, *wordstart)) {
814 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL)
1494 if ((*word->s == '~') && (Strchr(word->s, '/') == NULL)) {
1500 (Strchr(name, '/') == NULL)) {
1531 if (Strchr(word->s, '/') || (looking & TW_PATH)) {
2119 (Strchr(val, 'x') != NULL);
H A Ded.chared.c264 if (!Strchr(delim, *prev) || *(prev-1) == (Char)'\\')
276 if (!Strchr(delim, *new) || *(new-1) == (Char)'\\')
803 if (!Strchr(delim, *p) || *(p-1) == (Char)'\\')
815 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 Ded.screen.c1627 ptr = Strchr(ptr, ':');
1646 ptr = Strchr(ptr, ':');
/macosx-10.10/swig-12/Source/Modules/
H A Dcontract.cxx94 if (Strchr(i.item, '{'))
96 if (Strchr(i.item, '}'))
/macosx-10.10/swig-12/Source/Swig/
H A Dmisc.c990 const char *ce = Strchr(cs, ']');
1072 spos = Strchr(res, '@');
1088 spos = Strchr(res, '@');
H A Dtypemap.c830 if (Strchr(Getattr(p, "type"), '$'))
1298 if (Strchr(clname, ';') == 0) {
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h101 #define DohStrchr DOH_NAMESPACE(Strchr)
421 #define Strchr DohStrchr macro

Completed in 181 milliseconds

12