Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk48 $1 == "pic" { shiftfields(1); print; next } # pic pass-thru
63 shiftfields(1)
465 function shiftfields(n, i) { # move $n+1..$NF to $n..$NF-1, zap $NF function