Home
last modified time | relevance | path

Searched refs:Node_ext_func (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dsymbol.c256 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()
H A Dext.c127 } else if (f->type == Node_ext_func) { in make_builtin()
147 symbol = install_symbol(install_name, Node_ext_func); in make_builtin()
H A Dinterpret.h1181 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()
H A Darray.c921 || r->type == Node_ext_func) { in asort_actual()
1167 Node_ext_func, in do_sort_up_value_type()
H A Deval.c1343 case Node_ext_func: in setup_frame()
H A Dawk.h263 Node_ext_func, /* extension function, code_ptr is builtin code */ enumerator
H A Dawkgram.y2048 && n->type != Node_ext_func) {
5251 if (r->type == Node_func || r->type == Node_ext_func ) in variable()
H A Dawkgram.c4305 && n->type != Node_ext_func) { in yyparse()
7759 if (r->type == Node_func || r->type == Node_ext_func ) in variable()
H A DChangeLog.17944 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.