Lines Matching refs:stop1
145 static char *find_char_unquote PARAMS ((char *string, int stop1,
2152 find_char_unquote (char *string, int stop1
2164 while (*p != '\0' && *p != ignorevars && *p != stop1 && *p != stop2
2168 while (*p != '\0' && *p != ignorevars && *p != stop1 && *p != stop2)
2171 while (*p != '\0' && *p != ignorevars && *p != stop1
2175 while (*p != '\0' && *p != ignorevars && *p != stop1)