Home
last modified time | relevance | path

Searched refs:execfunc (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/xpat2/xpat2-1.07/src/
H A DXlib-buttons.c38 static void (*execfunc)(void) = NULL; variable
41 if (execfunc) in request_confirm()
43 execfunc = dofunc; in request_confirm()
49 if (execfunc) { in cmd_Cancel()
50 execfunc = NULL; in cmd_Cancel()
56 if (execfunc) { in cmd_Confirm()
57 (*execfunc)(); in cmd_Confirm()
H A DXaw-main.c50 static void (*execfunc)(void) = NULL; variable
78 if (execfunc) { in cmd_Confirm()
79 void (*execfunc2)(void) = execfunc; /* erase it first! */ in cmd_Confirm()
80 execfunc = NULL; in cmd_Confirm()
86 if (execfunc) { in cmd_Cancel()
87 execfunc = NULL; in cmd_Cancel()
99 if (execfunc) in request_confirm()
101 execfunc = dofunc; in request_confirm()
H A DXv-main.c32 static void (*execfunc)(void); variable
56 if (execfunc) { in cmd_Confirm()
57 void (*execfunc2)(void) = execfunc; /* erase it first! */ in cmd_Confirm()
58 execfunc = NULL; in cmd_Confirm()
64 if (execfunc) { in cmd_Cancel()
65 execfunc = NULL; in cmd_Cancel()
74 (*execfunc)(); in confirm_action()
75 execfunc = 0; in confirm_action()
81 if (execfunc) in request_confirm()
83 execfunc = dofunc; in request_confirm()
H A DXm1-main.c69 static void (*execfunc)(void) = NULL; variable
96 execfunc = NULL; in Cancel()
101 (*execfunc)(); /* execute the desired function */ in Ok()
108 if (execfunc) in cmd_Cancel()
115 if (execfunc) { in cmd_Confirm()
116 (*execfunc)(); /* execute the desired function */ in cmd_Confirm()
124 if (execfunc) in request_confirm()
126 execfunc = dofunc; in request_confirm()
/dports/lang/python39/Python-3.9.9/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/databases/py-sqlite3/Python-3.8.12/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/databases/py-gdbm/Python-3.8.12/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/lang/python-tools/Python-3.8.12/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/lang/python37/Python-3.7.12/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/lang/python311/Python-3.11.0a3/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/lang/python310/Python-3.10.1/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/lang/python38/Python-3.8.12/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/
H A D_testconsole.c23 static int execfunc(PyObject *m) in execfunc() function
29 {Py_mod_exec, execfunc},
/dports/editors/xvile/vile-9.8v/
H A Dinsert.c839 CmdFunc execfunc; /* ptr to function to execute */ in inschar() local
841 execfunc = NULL; in inschar()
843 execfunc = quote_next; in inschar()
872 execfunc = tab; in inschar()
875 execfunc = newline; in inschar()
885 execfunc = nullproc; in inschar()
948 execfunc = shiftwidth; in inschar()
954 if (execfunc != NULL) { in inschar()
955 rc = (*execfunc) (FALSE, 1); in inschar()
/dports/editors/vile/vile-9.8v/
H A Dinsert.c839 CmdFunc execfunc; /* ptr to function to execute */ in inschar() local
841 execfunc = NULL; in inschar()
843 execfunc = quote_next; in inschar()
872 execfunc = tab; in inschar()
875 execfunc = newline; in inschar()
885 execfunc = nullproc; in inschar()
948 execfunc = shiftwidth; in inschar()
954 if (execfunc != NULL) { in inschar()
955 rc = (*execfunc) (FALSE, 1); in inschar()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/lib/python/mirtk/
H A Dsubprocess.py.in125 def _call(argv, verbose=0, execfunc=subprocess.call): argument
145 return execfunc(argv)
151 return _call(argv, verbose=verbose, execfunc=subprocess.call)
157 _call(argv, verbose=verbose, execfunc=subprocess.check_call)
163 output = _call(argv, verbose=verbose, execfunc=subprocess.check_output)
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_testmultiphase.c185 static int execfunc(PyObject *m) in execfunc() function
243 {Py_mod_exec, execfunc},
550 {Py_mod_exec, execfunc},
/dports/lang/python37/Python-3.7.12/Modules/
H A D_testmultiphase.c182 static int execfunc(PyObject *m) in execfunc() function
240 {Py_mod_exec, execfunc},
547 {Py_mod_exec, execfunc},
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_testmultiphase.c185 static int execfunc(PyObject *m) in execfunc() function
243 {Py_mod_exec, execfunc},
550 {Py_mod_exec, execfunc},
/dports/lang/python38/Python-3.8.12/Modules/
H A D_testmultiphase.c185 static int execfunc(PyObject *m) in execfunc() function
243 {Py_mod_exec, execfunc},
550 {Py_mod_exec, execfunc},
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_testmultiphase.c185 static int execfunc(PyObject *m) in execfunc() function
243 {Py_mod_exec, execfunc},
550 {Py_mod_exec, execfunc},
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_testmultiphase.c185 static int execfunc(PyObject *m) in execfunc() function
243 {Py_mod_exec, execfunc},
550 {Py_mod_exec, execfunc},
/dports/lang/python39/Python-3.9.9/Modules/
H A D_testmultiphase.c347 static int execfunc(PyObject *m) in execfunc() function
412 {Py_mod_exec, execfunc},
719 {Py_mod_exec, execfunc},
/dports/lang/python310/Python-3.10.1/Modules/
H A D_testmultiphase.c353 static int execfunc(PyObject *m) in execfunc() function
421 {Py_mod_exec, execfunc},
728 {Py_mod_exec, execfunc},
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_testmultiphase.c357 static int execfunc(PyObject *m) in execfunc() function
425 {Py_mod_exec, execfunc},
732 {Py_mod_exec, execfunc},

12