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

  /src/bin/pax/
options.c 90 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable
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
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
1906 if ((opt = ophead) != NULL)
1907 ophead = ophead->fow;
1922 if (ophead == NULL)
1995 if (ophead == NULL) {
1996 optail = ophead = opt;

Completed in 83 milliseconds