OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:editor_program
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
sdiff.c
49
static char const *
editor_program
= DEFAULT_EDITOR_PROGRAM;
variable
468
editor_program
= prog;
1061
xmalloc (quote_system_arg (0,
editor_program
)
1063
sprintf (command + quote_system_arg (command,
editor_program
),
1078
argv[i++] =
editor_program
;
1082
execvp (
editor_program
, (char **) argv);
1099
editor_program
);
sdiff.c
49
static char const *
editor_program
= DEFAULT_EDITOR_PROGRAM;
variable
468
editor_program
= prog;
1061
xmalloc (quote_system_arg (0,
editor_program
)
1063
sprintf (command + quote_system_arg (command,
editor_program
),
1078
argv[i++] =
editor_program
;
1082
execvp (
editor_program
, (char **) argv);
1099
editor_program
);
sdiff.c
49
static char const *
editor_program
= DEFAULT_EDITOR_PROGRAM;
variable
468
editor_program
= prog;
1061
xmalloc (quote_system_arg (0,
editor_program
)
1063
sprintf (command + quote_system_arg (command,
editor_program
),
1078
argv[i++] =
editor_program
;
1082
execvp (
editor_program
, (char **) argv);
1099
editor_program
);
Completed in 101 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026