Searched refs:msw_system (Results 1 – 7 of 7) sorted by relevance
/dports/editors/jed/jed-0.99-19/src/ |
H A D | win16.c | 54 static int msw_system(char *, int *, int *); 72 SLadd_intrinsic_function ("msw_system", (FVOID_STAR) msw_system, in init_tty() 95 int msw_system(char *command_line, int *nCmdShow, int *wait) in msw_system() function 207 if (msw_system(buf, &nCmdShow, &wait) != 0) return 1; in dos_system()
|
H A D | win32.c | 67 static int msw_system(char *, int *, int *); 85 if (-1 == SLadd_intrinsic_function ("msw_system", (FVOID_STAR) msw_system, in init_intrinsics() 383 static int msw_system(char *command_line, int *nCmdShow, int *wait) in msw_system() function
|
/dports/japanese/jed/jed-B0.99-8__J067/src/ |
H A D | win16.c | 54 static int msw_system(char *, int *, int *); 72 SLadd_intrinsic_function ("msw_system", (FVOID_STAR) msw_system, in init_tty() 95 int msw_system(char *command_line, int *nCmdShow, int *wait) in msw_system() function 207 if (msw_system(buf, &nCmdShow, &wait) != 0) return 1; in dos_system()
|
H A D | win32.c | 63 static int msw_system(char *, int *, int *); 81 if (-1 == SLadd_intrinsic_function ("msw_system", (FVOID_STAR) msw_system, in init_intrinsics() 356 static int msw_system(char *command_line, int *nCmdShow, int *wait) in msw_system() function
|
H A D | mswin.c | 159 static int msw_system(char *, int *, int *); 1002 SLadd_intrinsic_function ("msw_system", (FVOID_STAR) msw_system, in msw_init_slang() 1334 int msw_system(char *command_line, int *nCmdShow, int *wait) in msw_system() function 1394 int msw_system(char *command_line, int *nCmdShow, int *wait) in msw_system() function 1500 if (msw_system(buf, &nCmdShow, &wait) != 0) return 1; in dos_system()
|
/dports/japanese/libslang/slang-1.4.5jp2/src/ |
H A D | slsignal.c | 293 static int msw_system (char *cmd)
|
/dports/devel/libslang2/slang-2.3.2/src/ |
H A D | slsignal.c | 363 static int msw_system (char *cmd)
|