Home
last modified time | relevance | path

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

/external/libedit/src/
Dparse.c104 ptr = Strchr(argv[0], ':'); in FUN()
186 h = Strchr(hex, *p++); in parse__escape()
Dchartype.h98 #define Strchr(s,c) wcschr(s,c) macro
153 #define Strchr(s,c) strchr(s,c) macro
Dtokenizer.c366 if (Strchr(tok->ifs, *ptr) != NULL) in FUN()
451 li.cursor = li.lastchar = Strchr(line, '\0'); in FUN()
Dfilecomplete.c440 && !Strchr(word_break, ctemp[-1]) in fn_complete()
441 && (!special_prefixes || !Strchr(special_prefixes, ctemp[-1]) ) ) in fn_complete()
Dchared.c204 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL; in ce__isword()
Dvi.c817 delta = (size_t)(Strchr(match_chars, o_ch) - match_chars); in vi_match()
Dtty.c1282 p = Strchr(s, '='); in tty_stty()