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

Lines Matching refs:split

107 	fixed another 25-year-old RE bug, in split.  it's another failure
168 subtle change to split: if source is empty, number of elems
394 could split $0 on every character, a misleading diversion.
496 split using the value of FS at the time of input; it used to be
530 enhanced split(), as in gawk, etc: split(s, a, "") splits s into