Searched refs:rx_lex_end (Results 1 – 3 of 3) sorted by relevance
67 extern char * rx_lex_end;
1155 rx_lex_end = ending; in rx_lex_init()1168 if ((unsigned) (rx_lex_end - rx_lex_start) < strlen (base) + 1) in check_condition()1191 && rx_lex_start != rx_lex_end) in rx_lex()1196 if (rx_lex_start == rx_lex_end) in rx_lex()1209 e < rx_lex_end && ISALNUM (*e); in rx_lex()1293 for (cp = input_line_pointer + 1; *cp && cp < rx_lex_end; cp++) in rx_lex()
684 char * rx_lex_end; variable