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

/freebsd-current/usr.bin/join/
H A Djoin.c81 static OLIST *olist; /* output field list */ variable
451 if (olist)
453 if (olist[cnt].filenum == (unsigned)F->number)
454 outfield(lp, olist[cnt].fieldno, 0);
455 else if (olist[cnt].filenum == 0)
481 if (olist)
483 if (olist[cnt].filenum == 0) {
488 } else if (olist[cnt].filenum == 1)
489 outfield(lp1, olist[cnt].fieldno, 0);
490 else /* if (olist[cn
[all...]
/freebsd-current/bin/dd/
H A Dargs.c405 } olist[] = { variable in typeref:struct:oflag
418 op = bsearch(&tmp, olist, nitems(olist), sizeof(struct oflag),
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y317 build_action(opt_t *olist, ipmon_doing_t *todo)
327 while ((o = olist) != NULL) {
340 olist = o->o_next;
413 olist = o->o_next;

Completed in 78 milliseconds