Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Doptions.c78 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable
1538 if ((opt = ophead) != NULL) in opt_next()
1539 ophead = ophead->fow; in opt_next()
1554 if (ophead == NULL) in bad_opt()
1622 if (ophead == NULL) { in opt_add()
1623 optail = ophead = opt; in opt_add()