Lines Matching refs:strchr
651 p = strchr (p2, '\0'); in eval()
679 p = strchr (p2, '\0'); in eval()
964 (colonp == p2 + 1 || strchr (" \t(", colonp[-2]) != 0)) in eval()
1101 p = strchr (p2, ':'); in eval()
1109 p = strchr (p + 1, ':'); in eval()
1139 (p == p2 + 1 || strchr (" \t:(", p[-2]) != 0)) { in eval()
1140 p = strchr (p + 1, ':'); in eval()
1225 if (strchr (name, '%') != 0) in eval()
1230 if (*name == '.' && strchr (name, '/') == 0 in eval()
1232 && strchr (name, '\\') == 0 in eval()
1962 && strchr (this->name, '$')); in record_files()
2382 && strchr (new1->name, '(') == 0) in parse_file_seq()
2389 while (n != 0 && (paren = strchr (n->name, '(')) == 0) in parse_file_seq()
2517 eol = p = strchr (eol , '\n'); in readstring()
2716 if (delim && strchr (delim, c)) in get_next_mword()
2806 if (delim && strchr (delim, c)) in get_next_mword()
2986 char *userend = strchr (name + 1, '/'); in tilde_expand()