Searched refs:Node_ext_func (Results 1 – 9 of 9) sorted by relevance
256 case Node_ext_func: in destroy_symbol()315 || type == Node_ext_func in install()329 if (type != Node_ext_func && type != Node_builtin_func && table != global_table) in install()411 if (r->type == Node_ext_func || r->type == Node_builtin_func) in get_symbols()473 if (r->type == Node_func || r->type == Node_ext_func) in print_vars()601 if ( r->type == Node_ext_func in load_symbols()612 case Node_ext_func: in load_symbols()
127 } else if (f->type == Node_ext_func) { in make_builtin()147 symbol = install_symbol(install_name, Node_ext_func); in make_builtin()
1181 if (f->type == Node_ext_func) { in r_interpret()1219 if (f == NULL || (f->type != Node_func && f->type != Node_ext_func)) in r_interpret()1224 if (f->type == Node_ext_func) { in r_interpret()
921 || r->type == Node_ext_func) { in asort_actual()1167 Node_ext_func, in do_sort_up_value_type()
1343 case Node_ext_func: in setup_frame()
263 Node_ext_func, /* extension function, code_ptr is builtin code */ enumerator
2048 && n->type != Node_ext_func) {5251 if (r->type == Node_func || r->type == Node_ext_func ) in variable()
4305 && n->type != Node_ext_func) { in yyparse()7759 if (r->type == Node_func || r->type == Node_ext_func ) in variable()
7944 to a NODE *. For Node_ext_func, code now in extfunc instead of builtin.8689 * awk.h (Node_ext_func, Op_ext_builtin): New types.