Home
last modified time | relevance | path

Searched refs:rx_lex_end (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Drx-defs.h67 extern char * rx_lex_end;
Drx-parse.y1155 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()
Dtc-rx.c684 char * rx_lex_end; variable