OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:number_to_move
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
1120
register int
number_to_move
, i;
local in function:yy_get_next_buffer
1149
number_to_move
= (int) (yy_c_buf_p - yytext_ptr) - 1;
1151
for ( i = 0; i <
number_to_move
; ++i )
1163
yy_current_buffer->yy_buf_size -
number_to_move
- 1;
1203
number_to_move
- 1;
1211
YY_INPUT( (&yy_current_buffer->yy_ch_buf[
number_to_move
]),
1219
if (
number_to_move
== YY_MORE_ADJ )
1236
yy_n_chars +=
number_to_move
;
1328
register int
number_to_move
= yy_n_chars + 2;
local in function:yyunput
1332
&yy_current_buffer->yy_ch_buf[
number_to_move
];
[
all
...]
/src/tools/m4/bootstrap/
tokenizer.c
997
register int
number_to_move
, i;
local in function:yy_get_next_buffer
1026
number_to_move
= (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1028
for ( i = 0; i <
number_to_move
; ++i )
1040
YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move
- 1;
1075
number_to_move
- 1;
1083
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
number_to_move
]),
1091
if (
number_to_move
== YY_MORE_ADJ )
1108
if ((yy_size_t) ((yy_n_chars) +
number_to_move
) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1110
yy_size_t new_size = (yy_n_chars) +
number_to_move
+ ((yy_n_chars) >> 1);
1116
(yy_n_chars) +=
number_to_move
;
1196
register int
number_to_move
= (yy_n_chars) + 2;
local in function:yyunput
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025