Home
last modified time | relevance | path

Searched refs:gp_command (Results 1 – 7 of 7) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/wxterminal/
H A Dwxt_gui.h314 typedef struct gp_command { struct
334 } gp_command; argument
337 typedef std::list<gp_command> command_list_t;
405 void wxt_cairo_exec_command(gp_command command);
611 static void wxt_command_push(gp_command command);
H A Dwxt_gui.cpp2289 gp_command temp_command; in wxt_move()
2303 gp_command temp_command; in wxt_vector()
2317 gp_command temp_command; in wxt_enhanced_flush()
2328 gp_command temp_command; in wxt_enhanced_writec()
2340 gp_command temp_command; in wxt_enhanced_open()
2357 gp_command temp_command; in wxt_put_text()
2423 gp_command temp_command; in wxt_linetype()
2448 gp_command temp_command; in wxt_dashtype()
2468 gp_command temp_command; in wxt_set_font()
2539 gp_command temp_command; in wxt_justify_text()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/wxterminal/
H A Dwxt_gui.h314 typedef struct gp_command { struct
334 } gp_command; argument
337 typedef std::list<gp_command> command_list_t;
405 void wxt_cairo_exec_command(gp_command command);
611 static void wxt_command_push(gp_command command);
H A Dwxt_gui.cpp2289 gp_command temp_command; in wxt_move()
2303 gp_command temp_command; in wxt_vector()
2317 gp_command temp_command; in wxt_enhanced_flush()
2328 gp_command temp_command; in wxt_enhanced_writec()
2340 gp_command temp_command; in wxt_enhanced_open()
2357 gp_command temp_command; in wxt_put_text()
2423 gp_command temp_command; in wxt_linetype()
2448 gp_command temp_command; in wxt_dashtype()
2468 gp_command temp_command; in wxt_set_font()
2539 gp_command temp_command; in wxt_justify_text()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/wxterminal/
H A Dwxt_gui.h327 typedef struct gp_command { struct
347 } gp_command; argument
350 typedef std::list<gp_command> command_list_t;
418 void wxt_cairo_exec_command(gp_command command);
624 static void wxt_command_push(gp_command command);
H A Dwxt_gui.cpp2267 gp_command temp_command; in wxt_move()
2281 gp_command temp_command; in wxt_vector()
2295 gp_command temp_command; in wxt_enhanced_flush()
2306 gp_command temp_command; in wxt_enhanced_writec()
2318 gp_command temp_command; in wxt_enhanced_open()
2335 gp_command temp_command; in wxt_put_text()
2401 gp_command temp_command; in wxt_linetype()
2426 gp_command temp_command; in wxt_dashtype()
2446 gp_command temp_command; in wxt_set_font()
2517 gp_command temp_command; in wxt_justify_text()
[all …]
/dports/audio/snd/snd-21.2/tools/
H A Dsam.c1716 static void gp_command(int cmd) in gp_command() function
2499 gp_command(cmd); in handle_command()