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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c326 create_child (char *exe, char *cmdline, char *env, int is_gui_app, argument
343 if (NILP (Vw32_start_process_show_window) && !is_gui_app)
594 w32_executable_type (char * filename, int * is_dos_app, int * is_cygnus_app, int * is_gui_app) argument
602 *is_gui_app = FALSE;
623 w32_executable_type (p, is_dos_app, is_cygnus_app, is_gui_app);
679 *is_gui_app = (nt_header->OptionalHeader.Subsystem == IMAGE_SUBSYSTEM_WINDOWS_GUI);
743 int is_dos_app, is_cygnus_app, is_gui_app; local
790 w32_executable_type (cmdname, &is_dos_app, &is_cygnus_app, &is_gui_app);
1024 if (!create_child (cmdname, cmdline, env, is_gui_app, &pid, cp))

Completed in 101 milliseconds