Home
last modified time | relevance | path

Searched refs:start_background_program_with_io (Results 1 – 4 of 4) sorted by relevance

/dports/games/mahjong/mj-1.16-src/
H A Dsysdep.h257 int start_background_program_with_io(const char *cmd,int *childin,
H A Dsysdep.c795 int start_background_program_with_io(const char *cmd,int *childin, function
845 int start_background_program_with_io(const char *cmd,int *childin, function
H A DChangeLog1795 * sysdep.c: start_background_program_with_io for Windows.
1845 * sysdep.c: Add the start_background_program_with_io function.
1849 * sysdep.h: Add start_background_program_with_io
H A Dgui.c3432 if ( ! start_background_program_with_io(cmd,&toserver,&fromserver) ) { in open_connection()