Home
last modified time | relevance | path

Searched refs:need_to_check_auto_exec (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfile.e218 extern void AfterOpenURL ARGS_DECL((int need_to_check_auto_exec));
H A Dmainloop.c1715 int need_to_check_auto_exec=FALSE; local
1740 JustInit(FileName, &need_to_check_auto_exec);
1806 int rc=TryProcessAnXEvent(&need_to_check_auto_exec);
H A Dfile.c8472 int need_to_check_auto_exec=FALSE; local
8505 need_to_check_auto_exec = TRUE;
8515 need_to_check_auto_exec = FALSE;
8544 need_to_check_auto_exec = TRUE;
8592 *pn_need_to_check_auto_exec = need_to_check_auto_exec;
8596 void AfterOpenURL(need_to_check_auto_exec) in AfterOpenURL() argument
8597 int need_to_check_auto_exec; in AfterOpenURL()
8599 if (need_to_check_auto_exec) {
8612 int do_not_save=FALSE, need_to_check_auto_exec=FALSE; local
8629 OpenURL(file_name, do_not_save, &need_to_check_auto_exec);
[all …]
H A Dcutpaste.c3950 int count=0, do_not_save=FALSE, need_to_check_auto_exec=FALSE; local
3961 OpenURL(psz_url, do_not_save, &need_to_check_auto_exec);
3963 AfterOpenURL(need_to_check_auto_exec);
H A Ddrawing.c1924 int need_to_check_auto_exec=FALSE, i=0; in BenchMark() local
1928 TryProcessAnXEvent(&need_to_check_auto_exec); in BenchMark()