Lines Matching refs:find_char_unquote
145 static char *find_char_unquote PARAMS ((char *string, int stop1,
882 cmdleft = find_char_unquote (line, ';', '#', 0, 1); in eval()
929 cmdleft = find_char_unquote (p2, ';', 0, 0, 0); in eval()
956 colonp = find_char_unquote(p2, ':', 0, 0, 0); in eval()
965 colonp = find_char_unquote(colonp + 1, ':', 0, 0, 0); in eval()
1079 find_char_unquote (lb_next, '=', 0, 0, 0); in eval()
1094 cmdleft = find_char_unquote (p2, ';', 0, 0, 0); in eval()
1307 comment = find_char_unquote (line, '#', 0, 0, 0); in remove_comments()
2142 find_char_unquote (char *string, int stop1, int stop2, int blank, in find_char_unquote() function
2237 return find_char_unquote (pattern, '%', 0, 0, 0); in find_percent()
2279 p = find_char_unquote (q, stopchar, VMS_COMMA, 1, 0); in parse_file_seq()
2290 p = find_char_unquote (p+1, stopchar, VMS_COMMA, 1, 0); in parse_file_seq()
2301 p = find_char_unquote (p + 1, stopchar, VMS_COMMA, 1, 0); in parse_file_seq()