Searched refs:stop1 (Results 1 – 1 of 1) sorted by relevance
145 static char *find_char_unquote PARAMS ((char *string, int stop1,2142 find_char_unquote (char *string, int stop1, int stop2, int blank, in find_char_unquote() argument2154 while (*p != '\0' && *p != ignorevars && *p != stop1 && *p != stop2 in find_char_unquote()2158 while (*p != '\0' && *p != ignorevars && *p != stop1 && *p != stop2) in find_char_unquote()2161 while (*p != '\0' && *p != ignorevars && *p != stop1 in find_char_unquote()2165 while (*p != '\0' && *p != ignorevars && *p != stop1) in find_char_unquote()