OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:print_command
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/groff/dist/src/devices/xditview/
xditview.c
80
char *
print_command
;
member in struct:app_resources
90
sizeof(char*), offset(
print_command
), (String)XtRString, NULL},
218
if (app_resources.
print_command
)
219
strcpy(current_print_command, app_resources.
print_command
);
/src/external/gpl3/gdb.old/dist/gdb/
printcmd.c
1409
print_command
(const char *exp, int from_tty)
3364
= add_com ("print", class_vars,
print_command
, print_help.c_str ());
1405
print_command
(const char *exp, int from_tty)
function
/src/external/gpl3/gdb/dist/gdb/
printcmd.c
1411
print_command
(const char *exp, int from_tty)
3356
= add_com ("print", class_vars,
print_command
, print_help.c_str ());
1407
print_command
(const char *exp, int from_tty)
function
/src/external/gpl2/texinfo/dist/info/
session.c
3317
char *
print_command
= getenv ("INFO_PRINT_COMMAND");
3320
if (!
print_command
|| !*
print_command
)
3321
print_command
= DEFAULT_INFO_PRINT_COMMAND;
3332
if (*
print_command
== '>')
3333
printer_pipe = fopen (++
print_command
, "w");
3336
printer_pipe = popen (
print_command
, "w");
3342
info_error ((char *) _("Cannot open pipe to `%s'."),
print_command
, NULL);
3308
char *
print_command
= getenv ("INFO_PRINT_COMMAND");
local
Completed in 28 milliseconds
Indexes created Tue May 19 00:24:48 UTC 2026