Searched refs:rx_lex_start (Results 1 – 3 of 3) sorted by relevance
1327 rx_lex_start = beginning; in rx_lex_init()1341 if ((unsigned) (rx_lex_end - rx_lex_start) < strlen (base) + 1) in check_condition()1343 if (memcmp (rx_lex_start, base, strlen (base))) in check_condition()1345 cp = rx_lex_start + strlen (base); in check_condition()1363 while (ISSPACE (*rx_lex_start) in rx_lex()1364 && rx_lex_start != rx_lex_end) in rx_lex()1365 rx_lex_start ++; in rx_lex()1367 rx_last_exp_start = rx_lex_start; in rx_lex()1369 if (rx_lex_start == rx_lex_end) in rx_lex()1372 if (ISALPHA (*rx_lex_start) in rx_lex()[all …]
68 extern char * rx_lex_start;
704 char * rx_lex_start; variable