Home
last modified time | relevance | path

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

/original-bsd/bin/pax/
H A Doptions.c38 static OPLIST *ophead = NULL; /* head for format specific options -x */
39 static OPLIST *optail = NULL; /* option tail */
834 OPLIST *
837 OPLIST * in opt_next()
841 OPLIST *opt; in opt_next()
862 register OPLIST *opt; in bad_opt()
894 register OPLIST *opt;
917 if ((opt = (OPLIST *)malloc(sizeof(OPLIST))) == NULL) {
H A Dpax.h195 } OPLIST; typedef
H A Dextern.h156 OPLIST * opt_next __P((void));
H A Dtar.c368 OPLIST *opt; in tar_opt()