Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dmclex.c161 if (input_stream_pos[0] == 'U' || input_stream_pos[0] == 'u') in parse_digit()
163 if (input_stream_pos[0] == 'L' || input_stream_pos[0] == 'l') in parse_digit()
165 if (input_stream_pos[0] == 'L' || input_stream_pos[0] == 'l') in parse_digit()
343 || (input_stream_pos[1] == '\r' && input_stream_pos[2] == '\n'))) in yylex()
346 while (input_stream_pos[0] != 0 && input_stream_pos[0] != '\n') in yylex()
352 while (input_stream_pos[0] != 0 && input_stream_pos[0] != '\n') in yylex()
353 ++input_stream_pos; in yylex()
355 ++input_stream_pos; in yylex()
373 ++input_stream_pos; in yylex()
406 while (input_stream_pos[0] != '\n' && input_stream_pos[0] != 0) in yylex()
[all …]