Searched refs:lex_string_ptr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dlexer.l38 static size_t lex_string_ptr = 0;
130 if (lex_string_ptr) {
132 lex_string_ptr--;
162 lex_string_ptr = 0;
174 if (lex_string_ptr == lex_buffer_length)
177 char c = lex_buffer[lex_string_ptr++];
H A Dcwlex_yy.c203 static size_t lex_string_ptr = 0; variable
1155 if (lex_string_ptr) {
1157 lex_string_ptr--;
1186 lex_string_ptr = 0;
1198 if (lex_string_ptr == lex_buffer_length)
1201 char c = lex_buffer[lex_string_ptr++];
H A Ddoslex.c265 static size_t lex_string_ptr = 0; variable
1263 if (lex_string_ptr)
1266 lex_string_ptr--;
1296 lex_string_ptr = 0;
1309 if (lex_string_ptr == lex_buffer_length)
1315 char c = lex_buffer[lex_string_ptr++];

Completed in 55 milliseconds