HomeSort by: relevance | last modified time | path
    Searched defs:ophead (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
options.c 90 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable in typeref:typename:OPLIST *
1906 if ((opt = ophead) != NULL)
1907 ophead = ophead->fow;
1922 if (ophead == NULL)
1995 if (ophead == NULL) {
1996 optail = ophead = opt;
options.c 90 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable in typeref:typename:OPLIST *
1906 if ((opt = ophead) != NULL)
1907 ophead = ophead->fow;
1922 if (ophead == NULL)
1995 if (ophead == NULL) {
1996 optail = ophead = opt;

Completed in 25 milliseconds