Searched refs:number_to_move (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c1847 register int number_to_move, i; local
1876 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1878 for ( i = 0; i < number_to_move; ++i )
1890 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1925 number_to_move - 1;
1933 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1941 if ( number_to_move == YY_MORE_ADJ )
1958 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1960 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1966 (yy_n_chars) += number_to_move;
2044 register yy_size_t number_to_move = (yy_n_chars) + 2; local
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c1019 register int number_to_move, i; local
1048 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1050 for ( i = 0; i < number_to_move; ++i )
1062 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1097 number_to_move - 1;
1105 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1113 if ( number_to_move == YY_MORE_ADJ )
1130 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1132 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1138 (yy_n_chars) += number_to_move;
[all...]
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c956 register int number_to_move, i; local
985 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
987 for ( i = 0; i < number_to_move; ++i )
999 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1034 number_to_move - 1;
1042 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1050 if ( number_to_move == YY_MORE_ADJ )
1067 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1069 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1075 (yy_n_chars) += number_to_move;
[all...]
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c998 int number_to_move, i; local
1027 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
1029 for ( i = 0; i < number_to_move; ++i )
1041 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1077 number_to_move - 1;
1085 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1093 if ( number_to_move == YY_MORE_ADJ )
1110 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1112 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1121 (yy_n_chars) += number_to_move;
[all...]
/freebsd-current/usr.bin/lex/
H A Dinitscan.c4295 int number_to_move, i; local
4324 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
4326 for ( i = 0; i < number_to_move; ++i )
4338 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
4374 number_to_move - 1;
4382 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
4390 if ( number_to_move == YY_MORE_ADJ )
4407 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
4409 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
4418 (yy_n_chars) += number_to_move;
4499 int number_to_move = (yy_n_chars) + 2; local
[all...]
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c6923 int number_to_move, i; local
6952 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
6954 for ( i = 0; i < number_to_move; ++i )
6966 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
7002 number_to_move - 1;
7010 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
7018 if ( number_to_move == YY_MORE_ADJ )
7035 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
7037 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
7046 (yy_n_chars) += number_to_move;
[all...]

Completed in 109 milliseconds