Home
last modified time | relevance | path

Searched refs:d_proc (Results 1 – 8 of 8) sorted by relevance

/dports/editors/jove/jove/
H A Dask.c82 real_ask(delim, d_proc, def, prompt) in real_ask() argument
86 bool (*d_proc) ptrproto((ZXchar));
129 if (d_proc == NULL_ASK_EXT || !(*d_proc)(c))
220 do_ask(const char *delim, bool (*d_proc) ptrproto((ZXchar)), const char *def, const char *fmt, ...) in do_ask()
223 do_ask(delim, d_proc, def, fmt, va_alist) in do_ask()
225 bool (*d_proc) ptrproto((ZXchar));
237 return real_ask(delim, d_proc, def, prompt);
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/tests/
H A Dcmpi.py127 def d_proc(SC, key): function
486 KeyProcs = { 'b' : b_proc, 'c' : c_proc, 'd' : d_proc,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/tests/
H A Dcmpi.py129 def d_proc(SC, key): function
488 KeyProcs = { 'b' : b_proc, 'c' : c_proc, 'd' : d_proc,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/tests/
H A Dcmpi.py129 def d_proc(SC, key): function
488 KeyProcs = { 'b' : b_proc, 'c' : c_proc, 'd' : d_proc,
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/tests/
H A Dcmpi.py129 def d_proc(SC, key): function
488 KeyProcs = { 'b' : b_proc, 'c' : c_proc, 'd' : d_proc,
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/tests/
H A Dcmpi.py129 def d_proc(SC, key): function
488 KeyProcs = { 'b' : b_proc, 'c' : c_proc, 'd' : d_proc,
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/tests/
H A Dcmpi.py127 def d_proc(SC, key): function
486 KeyProcs = { 'b' : b_proc, 'c' : c_proc, 'd' : d_proc,
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_edit.c107 static void generic_window(char *object_type, char *sub_type, icon_struct *icon, void (*d_proc) (/*…
3146 generic_window(char *object_type, char *sub_type, icon_struct *icon, void (*d_proc) (/* ??? */), Bo… in generic_window() argument
3175 done_proc = d_proc; in generic_window()