join.c | 82 u_long joinf; /* join field (-1, -2, -j) */ member in struct:__anon1dd7fe7d0208 140 if ((F1->joinf = strtol(optarg, &end, 10)) < 1) { 148 --F1->joinf; 151 if ((F2->joinf = strtol(optarg, &end, 10)) < 1) { 159 --F2->joinf; 184 if ((F1->joinf = F2->joinf = 193 --F1->joinf; 194 --F2->joinf; 256 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf) [all...] |