Lines Matching refs:f
64 function collectline(f, line) {
67 while (f <= NF) {
68 if ($f == "#") {
71 f++
75 line = line $f
76 if (f < NF)
78 f++
81 line = line $f
82 if (f < NF)
84 f++
132 f = 5;
138 if (f <= NF) {
139 gsub("&sp", " ", $f)
140 gsub("&tab", "\t", $f)
141 gsub("&nl", "\n", $f)
142 z = z $f " "
143 f++
152 products[nproducts, 4] = z $f
153 f++
164 products[nproducts, 5] = collectline(f, line)