Home | History | Annotate | Download | only in nawk-20071023

Lines Matching defs:split

1209 Cell *split(Node **a, int nnn)	/* split(a[0], a[1], a[2]); a[3] is type */
1222 else if (arg3type == STRING) { /* split(str,arr,"string") */
1226 fs = "(regexpr)"; /* split(str,arr,/regexpr/) */
1228 FATAL("illegal type of split");
1232 dprintf( ("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs) );
1300 } else if (sep == 0) { /* new: split(s, a, "") => 1 char/elem */