Searched refs:joinf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/join/
H A Djoin.c64 u_long joinf; /* join field (-1, -2, -j) */ member in struct:__anon121
126 if ((F1->joinf = strtol(optarg, &end, 10)) < 1)
130 --F1->joinf;
133 if ((F2->joinf = strtol(optarg, &end, 10)) < 1)
137 --F2->joinf;
159 if ((F1->joinf = F2->joinf =
164 --F1->joinf;
165 --F2->joinf;
224 cval = cmp(F1->set, F1->joinf, F
[all...]

Completed in 123 milliseconds