Home
last modified time | relevance | path

Searched refs:get_actual_argument (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dext.c194 get_actual_argument(NODE *t, int i, bool want_array) in get_actual_argument() function
H A Dawk.h1560 extern NODE *get_actual_argument(NODE *, int, bool);
1561 #define get_scalar_argument(n, i) get_actual_argument((n), (i), false)
1562 #define get_array_argument(n, i) get_actual_argument((n), (i), true)
H A DChangeLog.13535 * awk.h (get_actual_argument): Remove unused "optional" argument.
3538 * ext.c (get_actual_argument): Remove unused "optional" argument.
3554 * awk.h (get_actual_argument): Add an initial argument containing
3556 eliminate a call to get_argument from inside get_actual_argument.
3558 add an initial node argument to pass through to get_actual_argument.
3559 * ext.c (get_actual_argument): Add initial (NODE *) argument to contain
8694 (get_argument, get_actual_argument): Adjust.
H A DChangeLog.0122 * ext.c (get_actual_argument): Change argument type from
3499 * ext.c (get_actual_argument): Fix formatting of message.
4265 * ext.c (get_actual_argument): Minor code cleanup.
4279 (get_actual_argument): Simplify the code.
4285 * awk.h (check_special, get_curfunc_parm_count, get_actual_argument):
4300 (get_actual_argument): New function.