Home
last modified time | relevance | path

Searched refs:print_command (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/dports/net/c3270/suite3270-4.0/x3270/
H A Dstmenu.c87 static Widget print_command = NULL; variable
103 XtVaGetValues(print_command, XtNstring, &name, NULL); in screentrace_ok()
130 XawTextDisplayCaret(print_command, !file_flag); in stmenu_popup_callback()
131 XtSetKeyboardFocus(stmenu_form, file_flag? filename: print_command); in stmenu_popup_callback()
166 XtVaSetValues(print_command, XtNsensitive, !file_flag, NULL); in toggle_file()
168 XawTextDisplayCaret(print_command, !file_flag); in toggle_file()
169 XtSetKeyboardFocus(stmenu_form, file_flag? filename: print_command); in toggle_file()
386 print_command = XtVaCreateManagedWidget( in init_screentrace_popup()
398 w = XawTextGetSource(print_command); in init_screentrace_popup()
410 XawTextReplace(print_command, 0, 0, &b); in init_screentrace_popup()
[all …]
/dports/x11/x3270/suite3270-4.0/x3270/
H A Dstmenu.c87 static Widget print_command = NULL; variable
103 XtVaGetValues(print_command, XtNstring, &name, NULL); in screentrace_ok()
130 XawTextDisplayCaret(print_command, !file_flag); in stmenu_popup_callback()
131 XtSetKeyboardFocus(stmenu_form, file_flag? filename: print_command); in stmenu_popup_callback()
166 XtVaSetValues(print_command, XtNsensitive, !file_flag, NULL); in toggle_file()
168 XawTextDisplayCaret(print_command, !file_flag); in toggle_file()
169 XtSetKeyboardFocus(stmenu_form, file_flag? filename: print_command); in toggle_file()
386 print_command = XtVaCreateManagedWidget( in init_screentrace_popup()
398 w = XawTextGetSource(print_command); in init_screentrace_popup()
410 XawTextReplace(print_command, 0, 0, &b); in init_screentrace_popup()
[all …]
/dports/print/gutenprint/gutenprint-5.3.3/test/
H A Dpcl-unprint.c965 print_command(int index, int arg) in print_command() function
1124 print_command(command_index, numeric_arg); in main()
1130 print_command(command_index, numeric_arg); in main()
1135 print_command(command_index, numeric_arg); in main()
1307 print_command(command_index, numeric_arg); in main()
1391 print_command(command_index, numeric_arg); in main()
1396 print_command(command_index, numeric_arg); in main()
1423 print_command(command_index, numeric_arg); in main()
1453 print_command(command_index, numeric_arg); in main()
1489 print_command(command_index, numeric_arg); in main()
[all …]
/dports/print/gimp-gutenprint/gutenprint-5.3.3/test/
H A Dpcl-unprint.c965 print_command(int index, int arg) in print_command() function
1124 print_command(command_index, numeric_arg); in main()
1130 print_command(command_index, numeric_arg); in main()
1135 print_command(command_index, numeric_arg); in main()
1307 print_command(command_index, numeric_arg); in main()
1391 print_command(command_index, numeric_arg); in main()
1396 print_command(command_index, numeric_arg); in main()
1423 print_command(command_index, numeric_arg); in main()
1453 print_command(command_index, numeric_arg); in main()
1489 print_command(command_index, numeric_arg); in main()
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/frontends/perl-tk/
H A Dhandle_commands.pl26 my @print_command = ('cd /tmp; /usr/local/bin/fax2tiff -so fax$$.tif %s; /usr/local/bin/fax2ps fax$…
44 $str = $print_command[$HiResPosPrint];
46 $str = $print_command[$NormResPosPrint];
159 -textvariable => \$print_command[$i]);
246 $print_command[$i] = $lin unless ($lin =~ /^$/);
247 chomp($print_command[$i]);
288 print $fil "$print_command[$i]\n";
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/tlm/common/src/
H A Dreport.cpp116 tlm::tlm_command print_command = gp.get_command(); // memory command in print() local
120 << ((print_command == tlm::TLM_WRITE_COMMAND) ? "WRITE" : "READ") in print()
153 tlm::tlm_command print_command = gp.get_command(); // memory command in print_full() local
157 << ((print_command == tlm::TLM_WRITE_COMMAND) ? "WRITE" : "READ") in print_full()
/dports/www/qutebrowser/qutebrowser-2.4.0/scripts/
H A Dmkvenv.py52 def print_command(*cmd: Union[str, pathlib.Path], venv: bool) -> None: function
162 print_command('pip install', arg_str, venv=True)
182 print_command('rm -r', venv_dir, venv=False)
189 print_command('python3 -m virtualenv', venv_dir, venv=False)
196 print_command('python3 -m venv', venv_dir, venv=False)
331 print_command('ln -s', libxcb_util_path, rel_link_path, venv=False)
436 print_command('python3 scripts/asciidoc2html.py', *a2h_args, venv=True)
442 print_command('git pull', venv=False)
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/testpattern/
H A Drun-testpattern-1.test.in85 print_command='cat'
97 -o|--one) print_command=run_testpattern; dontrun=1 ;;
313 …stpattern "raw-data-8" "$d" "$e" "$b" "$c" "$a" "$extra" "$the_message" "$outstuff"| $print_command
331 …tpattern "escp2-r800" "$d" "$e" "$b" "$c" "$a" "$extra" "$the_message" "$outstuff" | $print_command
346 …scp2-r800" "extended 8" "$b" CMYKRB "$a" Color "$extra" "$the_message" "$outstuff" | $print_command
/dports/print/gutenprint/gutenprint-5.3.3/src/testpattern/
H A Drun-testpattern-1.test.in85 print_command='cat'
97 -o|--one) print_command=run_testpattern; dontrun=1 ;;
313 …stpattern "raw-data-8" "$d" "$e" "$b" "$c" "$a" "$extra" "$the_message" "$outstuff"| $print_command
331 …tpattern "escp2-r800" "$d" "$e" "$b" "$c" "$a" "$extra" "$the_message" "$outstuff" | $print_command
346 …scp2-r800" "extended 8" "$b" CMYKRB "$a" Color "$extra" "$the_message" "$outstuff" | $print_command
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/devtools/rootAnalysis/
H A Danalyze.py40 def print_command(command, outfile=None, env=None): function
80 print_command(command, outfile=outfile, env=env(config))
94 print_command(command, outfile=outfilename)
153 print_command(cmdspec, outfile=outfiles, env=env(config))
161 print_command(pc, env=env(config))
/dports/editors/asedit/asedit-1.3.2/
H A Dfile_act.c516 Boolean PrintString(text_string, print_command) in PrintString() argument
518 char *print_command;
521 Boolean PrintString(char *text_string, char *print_command)
537 if(text_string == NULL || print_command == NULL) return(False);
565 sprintf(work, "cat %s | %s", tempname, print_command);
570 sprintf(work, "%s %s", print_command, tempname);
/dports/www/chromium-legacy/chromium-88.0.4324.182/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor_unittest.cc115 base::string16 print_command = cloud_print::GetPrintCommandTemplate(); in TEST_F() local
116 EXPECT_FALSE(print_command.empty()); in TEST_F()
117 EXPECT_EQ(print_command, kTestPrintCommand); in TEST_F()
119 print_command = cloud_print::GetPrintCommandTemplate(); in TEST_F()
120 EXPECT_TRUE(print_command.empty()); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/js/src/devtools/rootAnalysis/
H A Danalyze.py63 def print_command(command, outfile=None, env=None): function
110 print_command(command, outfile=outfile, env=env(config))
127 print_command(command, outfile=outfilename)
224 print_command(cmdspec, outfile=outfiles, env=env(config))
233 print_command(pc, env=env(config))
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/devtools/rootAnalysis/
H A Danalyze.py40 def print_command(command, outfile=None, env=None): function
82 print_command(command, outfile=outfile, env=env(config))
97 print_command(command, outfile=outfilename)
163 print_command(cmdspec, outfile=outfiles, env=env(config))
172 print_command(pc, env=env(config))
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/devtools/rootAnalysis/
H A Danalyze.py52 def print_command(command, outfile=None, env=None): function
94 print_command(command, outfile=outfile, env=env(config))
109 print_command(command, outfile=outfilename)
179 print_command(cmdspec, outfile=outfiles, env=env(config))
188 print_command(pc, env=env(config))
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/devtools/rootAnalysis/
H A Danalyze.py63 def print_command(command, outfile=None, env=None): function
110 print_command(command, outfile=outfile, env=env(config))
127 print_command(command, outfile=outfilename)
224 print_command(cmdspec, outfile=outfiles, env=env(config))
233 print_command(pc, env=env(config))
/dports/science/PETSc/petsc-3.14.1/lib/petsc/bin/
H A Dextract.py16 def print_command(filename): function
37 print_command(decoded)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/devtools/rootAnalysis/
H A Danalyze.py62 def print_command(command, outfile=None, env=None): function
105 print_command(command, outfile=outfile, env=env(config))
120 print_command(command, outfile=outfilename)
194 print_command(cmdspec, outfile=outfiles, env=env(config))
203 print_command(pc, env=env(config))
/dports/astro/nightfall/nightfall-1.92/
H A DLightVisualize.c58 char print_command[1024]; in printer_doit() local
62 sprintf(print_command, "cp %s %s", Out_Plot_File, the_file); in printer_doit()
63 retval = system(print_command); in printer_doit()
65 sprintf(print_command, "%s %s", the_printer, Out_Plot_File); in printer_doit()
66 retval = system(print_command); in printer_doit()
69 perror(print_command); in printer_doit()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dscreen-cmdline.c34 size_t print_command(char prefix) in print_command() function
85 editor.cmdline_x = print_command(prefix); in update_command_line()
/dports/math/concorde/concorde/LINKERN/
H A Dtestpath.c58 print_command (int ac, char **av),
81 rval = print_command (ac, av); in main()
291 static int print_command (int ac, char **av) in print_command() function
/dports/print/gv/gv-3.7.4/src/
H A Doptions_setup.c85 static Widget print_command,scales,screenSize,medias,magmenu,miscmenu; variable
128 widgets_setText(print_command, gv_print_command); in options_setup_setOptionsAtEntry()
200 options_textApply(print_command,NULL,&gv_print_command); in options_setup_cb_apply()
330 …setArg(&(argi[argn]),&(argv[argn]),s_printCommand ,gv_class,widgets_getText(print_command)); in options_setup_cb_save()
436 print_command = widgets_createLabeledLineTextField("printCommand", optionControl); in options_setup_create()
H A Dcallbacks.c648 String print_command; in cb_doPrintPos() local
653 if (call_data) print_command = (String)(call_data); /* dialog was not used */ in cb_doPrintPos()
654 print_command = DialogPopupGetText(); /* dialog was used */ in cb_doPrintPos()
655 if (!print_command) print_command=""; in cb_doPrintPos()
662 fprintf(posfile, "%s\n", print_command); in cb_doPrintPos()
676 String print_command; in cb_doPrint() local
682 if (call_data) print_command = (String)(call_data); /* dialog was not used */ in cb_doPrint()
683 else print_command = DialogPopupGetText(); /* dialog was used */ in cb_doPrint()
684 if (!print_command) print_command=""; in cb_doPrint()
685 SMESSAGE(print_command) in cb_doPrint()
[all …]
/dports/news/nn/nn-6.7.3/
H A Dinit.c50 static void print_command(char *str);
596 print_command(char *str) in print_command() function
748 print_command("unknown map"); in do_map()
823 print_command("unknown prefix map"); in do_map()
845 print_command("map argument missing"); in do_map()
1164 print_command("invalid make command"); in parse_command()
1233 print_command("unknown command"); in parse_command()
1488 print_command("syntax error"); in parse_command()
/dports/x11/wofi/wofi-v1.2.4/modes/
H A Ddrun.c44 static bool print_command; variable
319 print_command = strcmp(config_get(config, "print_command", "false"), "true") == 0; in wofi_drun_init()
402 if(print_command) { in wofi_drun_exec()
415 if(print_command) { in wofi_drun_exec()

12345678910>>...14