Searched refs:bslash (Results 1 – 4 of 4) sorted by relevance
765 char *bslash = strrchr(name, '\\'); in file_exists_p() local766 if (!dirend || bslash > dirend) in file_exists_p()767 dirend = bslash; in file_exists_p()823 char *bslash = strrchr(p, '\\'); in file_impossible() local824 if (!dirend || bslash > dirend) in file_impossible()825 dirend = bslash; in file_impossible()904 char *bslash = strrchr(filename, '\\'); in file_impossible_p() local905 if (!dirend || bslash > dirend) in file_impossible_p()906 dirend = bslash; in file_impossible_p()
402 char *bslash = strrchr(*file, '\\'); in selective_vpath_search() local403 if (!n || bslash > n) in selective_vpath_search()404 n = bslash; in selective_vpath_search()
292 char *bslash = strrchr (filename, '\\'); in pattern_search()293 if (lastslash == 0 || bslash > lastslash) in pattern_search()294 lastslash = bslash; in pattern_search()
1123 char *shellbase, *bslash; in do_variable_definition() local1130 bslash = strrchr (p, '\\'); in do_variable_definition()1131 if (!shellbase || bslash > shellbase) in do_variable_definition()1132 shellbase = bslash; in do_variable_definition()