Searched refs:arg_cnt (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/lib/3rdparty/freetype/src/psaux/ |
H A D | t1decode.c | 739 FT_Int arg_cnt; in t1_decoder_parse_charstrings() local 769 top -= arg_cnt; in t1_decoder_parse_charstrings() 793 if ( arg_cnt != 3 ) in t1_decoder_parse_charstrings() 811 if ( arg_cnt != 0 ) in t1_decoder_parse_charstrings() 827 if ( arg_cnt != 0 ) in t1_decoder_parse_charstrings() 859 if ( arg_cnt != 1 ) in t1_decoder_parse_charstrings() 965 if ( arg_cnt != 2 ) in t1_decoder_parse_charstrings() 976 if ( arg_cnt != 2 ) in t1_decoder_parse_charstrings() 987 if ( arg_cnt != 2 ) in t1_decoder_parse_charstrings() 1062 if ( arg_cnt != 4 ) in t1_decoder_parse_charstrings() [all …]
|
H A D | psintrp.c | 1642 CF2_Int arg_cnt; in cf2_interpT2CharString() local 1692 if ( arg_cnt != 3 ) in cf2_interpT2CharString() 1713 if ( arg_cnt != 0 ) in cf2_interpT2CharString() 1732 if ( arg_cnt != 0 ) in cf2_interpT2CharString() 1784 if ( arg_cnt != 1 ) in cf2_interpT2CharString() 1916 if ( arg_cnt != 2 ) in cf2_interpT2CharString() 1937 if ( arg_cnt != 2 ) in cf2_interpT2CharString() 1958 if ( arg_cnt != 2 ) in cf2_interpT2CharString() 1978 if ( arg_cnt != 2 ) in cf2_interpT2CharString() 2063 if ( arg_cnt != 4 ) in cf2_interpT2CharString() [all …]
|
/reactos/dll/win32/vbscript/ |
H A D | interp.c | 458 if(arg_cnt) { in vbstack_to_dp() 542 if(arg_cnt) { in do_icall() 589 if(arg_cnt) { in do_icall() 614 stack_popn(ctx, arg_cnt); in do_icall() 665 stack_popn(ctx, arg_cnt); in do_mcall() 732 if(arg_cnt(dp)) { in assign_ident() 787 if(arg_cnt(dp)) { in assign_ident() 829 if(arg_cnt) { in interp_set_ident() 890 if(arg_cnt) { in interp_set_member() 2094 if(dp ? func->arg_cnt != arg_cnt(dp) : func->arg_cnt) { in exec_script() [all …]
|
H A D | compile.c | 412 unsigned arg_cnt = 0; in compile_args() local 420 arg_cnt++; in compile_args() 424 *ret = arg_cnt; in compile_args() 430 unsigned arg_cnt = 0; in compile_member_expression() local 441 hres = compile_args(ctx, expr->args, &arg_cnt); in compile_member_expression() 450 hres = push_instr_bstr_uint(ctx, ret_val ? OP_mcall : OP_mcallv, expr->identifier, arg_cnt); in compile_member_expression() 452 hres = push_instr_bstr_uint(ctx, ret_val ? OP_icall : OP_icallv, expr->identifier, arg_cnt); in compile_member_expression() 1018 for(i = 0; i < ctx->func->arg_cnt; i++) { in lookup_args_name() 1507 func->arg_cnt = 0; in create_function() 1513 func->arg_cnt++; in create_function() [all …]
|
H A D | vbscript.h | 162 static inline unsigned arg_cnt(const DISPPARAMS *dp) in arg_cnt() function 326 unsigned arg_cnt; member
|
H A D | vbdisp.c | 141 if(arg_cnt(dp)) { in invoke_variant_prop() 202 if(arg_cnt(params)) { in invoke_vbdisp()
|
H A D | global.c | 247 argn = arg_cnt(dp); in Builtin_Invoke()
|
/reactos/dll/win32/jscript/ |
H A D | compile.c | 602 unsigned arg_cnt = 0; in compile_new_expression() local 614 arg_cnt++; in compile_new_expression() 630 unsigned arg_cnt = 0, extra_args; in compile_call_expression() local 653 arg_cnt++; in compile_call_expression() 732 unsigned arg_cnt = 0; in compile_assign_expression() local 748 arg_cnt++; in compile_assign_expression() 803 if(arg_cnt) in compile_assign_expression() 2394 unsigned arg_cnt = 0; in parse_arguments() local 2421 if(!arg_array[arg_cnt]) in parse_arguments() 2424 arg_cnt++; in parse_arguments() [all …]
|