Searched refs:printcmd (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintdialog.itk95 keep -printregion -output -printcmd -filename -pagesize \
H A Dcanvasprintbox.itk88 itk_option define -printcmd printCmd PrintCmd ""
196 # either the printcmd attribute or the filename attribute.
216 itcl::configbody iwidgets::Canvasprintbox::printcmd {
217 set _globVar($this,printeref) $itk_option(-printcmd)
610 set cmd "$itk_option(-printcmd) < $nm2"
912 set itk_option(-printcmd) $_globVar($this,printeref)
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddig.c67 static isc_boolean_t short_form = ISC_FALSE, printcmd = ISC_TRUE, variable
643 if (printcmd) {
671 printcmd ? " +cmd" : "");
758 printcmd = state;
813 printcmd = state;
995 printcmd = ISC_FALSE;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dscreen.vim176 \ printcmd
/macosx-10.9.5/screen-22/screen/
H A Dansi.c62 char *printcmd = 0; variable
890 if (!printcmd && curr->w_state == PRIN)
1579 if (!(display && curr == D_fore && (printcmd || D_PO)))
1581 if (curr == D_fore && (printcmd || D_PO))
1589 if (printcmd || D_PO)
1595 if (!display || display->d_next || !(printcmd || D_PO))
1602 if (printcmd && curr->w_pdisplay->d_printfd < 0)
1603 curr->w_pdisplay->d_printfd = printpipe(curr, printcmd);
1619 if (display && printcmd)
H A Dprocess.c68 extern char *printcmd;
3482 if (printcmd)
3483 free(printcmd);
3484 printcmd = 0;
3486 printcmd = SaveStr(*args);
3490 if (printcmd)
3491 Msg(0, "using '%s' as print command", printcmd);
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/Resolver/
H A DRecurse.pm419 ;; global options: printcmd
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl119 set v(printcmd) {lpr $FILE}
134 set v(printcmd) {C:/gs/gs6.50/bin/gswin32 "-IC:\gs\gs6.50;C:\gs\gs6.50\fonts" -sDEVICE=laserjet -dNOPAUSE $FILE -c quit}
4480 entry $w.f2.e1 -textvar v(printcmd) -wi 40
4552 regsub {\$FILE} $v(printcmd) _xspr$n.ps cmd
4624 puts $out "set v(printcmd) \{$v(printcmd)\}"

Completed in 223 milliseconds