Searched defs:vopt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c97 /* columns displayed in order with vopt = 0 */
107 /* columns displayed in order with vopt = 1 */
385 print_control_line(FILE *sfp, col_prt_t *colp, int vopt) argument
402 } else if (vopt) {
433 print_header(FILE *sfp, int vopt) argument
446 print_control_line(sfp, &col, vopt);
451 print_control(FILE *sfp, device_t *d, cinfo_t *cinfop, int vopt) argument
566 print_control_line(sfp, &col, vopt);
569 if ((!vopt) || (sfp != NULL)) {
596 print_control_line(sfp, &col, vopt);
604 set_device_control(device_t *d, cinfo_t *cinfop, char *wstr, int vopt) argument
[all...]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c302 static int vopt; variable
895 vopt = 0;
897 vopt++;
1420 if (vopt && (k != 0))
2588 if (vopt) {

Completed in 88 milliseconds