Searched refs:arg_type (Results 1 – 3 of 3) sorted by relevance
120 while (arg_type = gobble(type)) {122 if(arg_type == "void") {127 argtypes[num_funcs,args_max] = arg_type140 spec_str = spec_str spec_map[arg_type]
758 short int arg_type; member
5786 return OnigOpInfo[i].arg_type; in op2arg_type()5818 int i, n, arg_type; in onig_print_compiled_byte_code() local5827 arg_type = op2arg_type(*bp); in onig_print_compiled_byte_code()5828 if (arg_type != ARG_SPECIAL) { in onig_print_compiled_byte_code()5830 switch (arg_type) { in onig_print_compiled_byte_code()
Completed in 33 milliseconds