Home
last modified time | relevance | path

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

/dports/graphics/pgplot/pgplot/drivers/xtk/
H A Dpgtkdemo.c81 } Pgdemo; typedef
85 static Pgdemo *del_Pgdemo(Pgdemo *demo);
100 static int demo_display_image(Pgdemo *demo, int id);
102 static void demo_display_help(Pgdemo *demo);
103 static void demo_display_busy(Pgdemo *demo);
304 demo = (Pgdemo *) malloc(sizeof(Pgdemo)); in new_Pgdemo()
394 static Pgdemo *del_Pgdemo(Pgdemo *demo) in del_Pgdemo()
428 (void) del_Pgdemo((Pgdemo *) data); in Pgdemo_DeleteProc()
451 Pgdemo *demo = (Pgdemo *) data; in pgdemo_instance_command()
1016 static void demo_display_help(Pgdemo *demo) in demo_display_help()
[all …]