Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Doptions.c57 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable
1314 if ((opt = ophead) != NULL) in opt_next()
1315 ophead = ophead->fow; in opt_next()
1330 if (ophead == NULL) in bad_opt()
1397 if (ophead == NULL) { in opt_add()
1398 optail = ophead = opt; in opt_add()