Searched refs:optnames (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 118 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 D | download.c | 190 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 D | postio.c | 319 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 D | dpost.c | 562 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()
|