Home
last modified time | relevance | path

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

/dragonfly/sys/tools/
H A Dmakeobjops.awk77 function printh(s) {if (opt_h) print s > htmpfilename;}
340 else if (o == "h") opt_h = 1;
365 if (!num_files || !(opt_c || opt_h))
479 if (opt_h)
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c976 char buf[BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; in sendfile() local
1034 strcpy(opt_h, "-h"); in sendfile()
1043 av[++narg] = opt_h; in sendfile()