HomeSort by: relevance | last modified time | path
    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 156 milliseconds