Home
last modified time | relevance | path

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

/dports/lang/nesasm/nbasic_2004_03_14/source/nesasm/source/
H A Dfunc.c49 if (!func_install(*ip)) in do_func()
81 func_install(int ip) in func_install() function
H A Dprotos.h66 int func_install(int ip);
/dports/lang/huc/huc-3.21/src/mkit/as/
H A Dfunc.c49 if (!func_install(*ip)) in do_func()
81 func_install(int ip) in func_install() function
H A Dprotos.h66 int func_install(int ip);
/dports/japanese/gawk/gawk-3.0.6/
H A Dawk.y50 static void func_install P((NODE *params, NODE *def));
253 func_install($1, $2);
2213 func_install(params, def) in func_install() function
H A Dawktab.c70 static void func_install P((NODE *params, NODE *def));
1415 func_install(yyvsp[-1].nodeval, yyvsp[0].nodeval); in yyparse()
3665 func_install(params, def) in func_install() function
H A DChangeLog285 * awk.y (func_install): make `function foo(foo)' a fatal error.
/dports/lang/gawk/gawk-5.1.1/
H A DChangeLog.0526 (add_srcfile, include_source, dup_parms, func_install, param_sanity,
2274 * awkgram.y (func_install): Use new routine and issue error.
7976 (func_install): Increment func_count.
8220 * awk.y (func_install): Rearranged a bit, to build up a list of
8749 * awk.y (func_install): Make `function foo(foo)' a fatal error.
H A DChangeLog.16793 (func_install): Call it.
8676 (func_install, append_param, dup_params): Nuked.