Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c118 char *optnames = "a:c:e:f:l:m:n:o:p:r:s:t:x:y:A:C:J:L:P:R:DI"; variable
247 while ( (ch = getopt(argc, argv, optnames)) != EOF ) in header()
315 while ( (ch = getopt(argc, argv, optnames)) != EOF ) { in options()
/titanic_41/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c190 char *optnames = "c:fm:p:r:H:T:DI"; in options() local
201 while ( (ch = getopt(argc, argv, optnames)) != EOF ) { in options()
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c319 char *optnames = "b:il:qs:tB:L:P:R:SDI"; in options() local
324 while ((ch = getopt(argc, argv, optnames)) != EOF) { in options()
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c562 char *optnames = "a:c:e:m:n:o:p:tw:x:y:A:C:J:F:H:L:OP:R:S:T:DI"; variable
710 while ( (ch = getopt(argc, argv, optnames)) != EOF ) in header()
753 while ( (ch = getopt(argc, argv, optnames)) != EOF ) { in options()