Home
last modified time | relevance | path

Searched refs:copt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c118 char *copt, *aopt, *count, *delay, *rate, *layout_name, *b_type; in main() local
127 copt = aopt = NULL; in main()
153 copt = optarg; in main()
252 if (cflag && (error = click(copt, kbd)) != 0) in main()
551 click(char *copt, int kbd) in click() argument
555 if (strcmp(copt, "on") == 0) in click()
557 else if (strcmp(copt, "off") == 0) in click()
560 (void) fprintf(stderr, "wrong option -- %s\n", copt); in click()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c296 static int copt; variable
888 copt++; in main()
892 copt = 0; in main()