Home
last modified time | relevance | path

Searched refs:concat_exp (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/gawk/gawk-3.0.6/
H A Darray.c50 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 Dawk.h749 extern NODE *concat_exp P((NODE *tree));
H A Deval.c1620 aptr = assoc_lookup(n, concat_exp(ptr->rnode));
H A DChangeLog114 * array.c (concat_exp): Change ref to `lnode->stlen' and
/dports/lang/gawk/gawk-5.1.1/
H A Dinterpret.h73 #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 Darray.c379 concat_exp(int nargs, bool do_subsep) in concat_exp() function
H A Dawk.h1428 extern NODE *concat_exp(int nargs, bool do_subsep);
H A DChangeLog.0333 (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 DChangeLog.14887 * 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 DRegex.pm1283 sub concat_exp { subroutine
1319 ((my $m2) = $grammar->concat_exp($str, $MATCH->to()));