Home
last modified time | relevance | path

Searched refs:EXEC_EXTENSIONS (Results 1 – 2 of 2) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-os.c2926 #define EXEC_EXTENSIONS { ".exe", ".com", ".bat", ".cmd", NULL }
2929 #define EXEC_EXTENSIONS { ".js", NULL }
2933 #ifdef EXEC_EXTENSIONS
2937 { static char *extensions[] = EXEC_EXTENSIONS;
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-os.c2502 #define EXEC_EXTENSIONS { ".exe", ".com", ".bat", ".cmd", NULL } macro
2506 #ifdef EXEC_EXTENSIONS
2510 { static char *extensions[] = EXEC_EXTENSIONS; in okToExec()