Searched refs:ophead (Results 1 – 1 of 1) sorted by relevance
78 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable1538 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()