Searched refs:optsw (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c149 int optsw, local
175 while ((optsw = getopt(ac, (stupid)av, OPT_LIST)) != EOF) {
177 switch (optsw) {
201 switch (optsw) {
259 stroptsw[1] = optsw;
264 stroptsw[1] = optsw;
268 if (optsw == 'A')
276 stroptsw[1] = optsw;
283 switch (optsw) {
571 stroptsw[1] = optsw;
[all...]
/illumos-gate/usr/src/cmd/news/
H A Dnews.c84 int optsw; /* for getopt */ variable
115 else while ((optsw = getopt(argc, argv, "ans")) != EOF)
116 switch(optsw) {
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c55 int optsw; variable
228 while ((optsw = getopt(argc, argv, "le:s:c:okdO:S:P:")) != EOF) {
229 switch ( optsw ) {
/illumos-gate/usr/src/cmd/who/
H A Dwho.c151 int optsw; /* switch for while of getopt() */ local
182 while ((optsw = getopt(argc, argv, "abdHlmn:pqrstTu")) != EOF) {
184 switch (optsw) {

Completed in 71 milliseconds