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