Searched refs:concat_exp (Results 1 – 10 of 10) sorted by relevance
/dports/japanese/gawk/gawk-3.0.6/ |
H A D | array.c | 50 concat_exp(tree) in concat_exp() function 258 subs = concat_exp(subs); /* concat_exp returns a string node */ 367 subs = concat_exp(tree); /* concat_exp returns string node */
|
H A D | awk.h | 749 extern NODE *concat_exp P((NODE *tree));
|
H A D | eval.c | 1620 aptr = assoc_lookup(n, concat_exp(ptr->rnode));
|
H A D | ChangeLog | 114 * array.c (concat_exp): Change ref to `lnode->stlen' and
|
/dports/lang/gawk/gawk-5.1.1/ |
H A D | interpret.h | 73 #define mk_sub(n) (n == 1 ? POP_SCALAR() : concat_exp(n, true)) in r_interpret() 899 r = concat_exp(pc->expr_count, pc->concat_flag & CSUBSEP); in r_interpret()
|
H A D | array.c | 379 concat_exp(int nargs, bool do_subsep) in concat_exp() function
|
H A D | awk.h | 1428 extern NODE *concat_exp(int nargs, bool do_subsep);
|
H A D | ChangeLog.0 | 333 (concat_exp): Make len unsigned, clean up the calculation. 1123 (concat_exp): Issue fatal error message if each expression is not a 5830 * array.c (array_init, concat_exp, assoc_find, do_delete): 8578 * array.c (concat_exp): Change ref to `lnode->stlen' and
|
H A D | ChangeLog.1 | 4887 * array.c (concat_exp): Do not waste a byte at the end of a string.
|
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Grammar/ |
H A D | Regex.pm | 1283 sub concat_exp { subroutine 1319 ((my $m2) = $grammar->concat_exp($str, $MATCH->to()));
|