Searched refs:convert_proc (Results 1 – 6 of 6) sorted by relevance
/dports/audio/beets/beets-1.4.9/beets/ |
H A D | art.py | 137 convert_proc = subprocess.Popen( 145 stdin=convert_proc.stdout, 153 convert_proc.stdout.close() 154 convert_stderr = convert_proc.stderr.read() 155 convert_proc.stderr.close() 156 convert_proc.wait() 157 if convert_proc.returncode: 160 convert_proc.returncode,
|
/dports/games/simutrans/simutrans-121.0/gui/components/ |
H A D | gui_chart.h | 54 typedef sint64 (*convert_proc) (const sint64); typedef 67 …offset, int elements, int type, bool show, bool show_value, int precision, convert_proc proc=NULL); 117 convert_proc convert; // Knightly : procedure for converting supplied values before use
|
H A D | gui_chart.cc | 61 …, int offset, int elements, int type, bool show, bool show_value, int precision, convert_proc proc) in add_curve()
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/selections/ |
H A D | test1.c | 26 Boolean convert_proc(); 38 convert_proc, lose_proc, NULL); 45 convert_proc(w, selection, target, type_return, value, length, format) in convert_proc() function
|
/dports/games/simutrans/simutrans-121.0/gui/ |
H A D | factory_chart.cc | 59 static const gui_chart_t::convert_proc goods_convert[MAX_FAB_GOODS_STAT] = 86 static const gui_chart_t::convert_proc prod_convert[MAX_FAB_STAT] = 91 static const gui_chart_t::convert_proc ref_convert[MAX_FAB_REF_LINE] =
|
/dports/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1/ |
H A D | ChangeLog | 5362 Remove convert_proc and close_proc.
|