Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dsetshow.h54 void delete_dashtype(struct custom_dashtype_def *, struct custom_dashtype_def *);
H A Dgadgets.h185 struct custom_dashtype_def { struct
186 struct custom_dashtype_def *next; /* pointer to next dashtype in linked list */ argument
455 extern struct custom_dashtype_def *first_custom_dashtype;
H A Dunset.c930 struct custom_dashtype_def *this, *prev; in unset_dashtype()
934 delete_dashtype((struct custom_dashtype_def *) NULL, first_custom_dashtype); in unset_dashtype()
H A Dset.c1458 struct custom_dashtype_def *this_dashtype = NULL; in set_dashtype()
1459 struct custom_dashtype_def *new_dashtype = NULL; in set_dashtype()
1460 struct custom_dashtype_def *prev_dashtype = NULL; in set_dashtype()
1477 new_dashtype = gp_alloc(sizeof(struct custom_dashtype_def), "dashtype"); in set_dashtype()
1511 delete_dashtype(struct custom_dashtype_def *prev, struct custom_dashtype_def *this) in delete_dashtype()
H A Dgadgets.c92 struct custom_dashtype_def *first_custom_dashtype = NULL;
H A Dterm.c2675 struct custom_dashtype_def *this; in load_dashtype()
H A Dshow.c1373 struct custom_dashtype_def *this_dashtype; in show_dashtype()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dsetshow.h54 void delete_dashtype(struct custom_dashtype_def *, struct custom_dashtype_def *);
H A Dgadgets.h185 struct custom_dashtype_def { struct
186 struct custom_dashtype_def *next; /* pointer to next dashtype in linked list */ argument
455 extern struct custom_dashtype_def *first_custom_dashtype;
H A Dunset.c930 struct custom_dashtype_def *this, *prev; in unset_dashtype()
934 delete_dashtype((struct custom_dashtype_def *) NULL, first_custom_dashtype); in unset_dashtype()
H A Dset.c1458 struct custom_dashtype_def *this_dashtype = NULL; in set_dashtype()
1459 struct custom_dashtype_def *new_dashtype = NULL; in set_dashtype()
1460 struct custom_dashtype_def *prev_dashtype = NULL; in set_dashtype()
1477 new_dashtype = gp_alloc(sizeof(struct custom_dashtype_def), "dashtype"); in set_dashtype()
1511 delete_dashtype(struct custom_dashtype_def *prev, struct custom_dashtype_def *this) in delete_dashtype()
H A Dgadgets.c92 struct custom_dashtype_def *first_custom_dashtype = NULL;
H A Dterm.c2675 struct custom_dashtype_def *this; in load_dashtype()
H A Dshow.c1373 struct custom_dashtype_def *this_dashtype; in show_dashtype()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dsetshow.h59 void delete_dashtype __PROTO((struct custom_dashtype_def *, struct custom_dashtype_def *));
H A Dgadgets.h183 struct custom_dashtype_def { struct
184 struct custom_dashtype_def *next; /* pointer to next dashtype in linked list */ argument
432 extern struct custom_dashtype_def *first_custom_dashtype;
H A Dunset.c840 struct custom_dashtype_def *this, *prev; in unset_dashtype()
844 delete_dashtype((struct custom_dashtype_def *) NULL, first_custom_dashtype); in unset_dashtype()
H A Dset.c1419 struct custom_dashtype_def *this_dashtype = NULL; in set_dashtype()
1420 struct custom_dashtype_def *new_dashtype = NULL; in set_dashtype()
1421 struct custom_dashtype_def *prev_dashtype = NULL; in set_dashtype()
1438 new_dashtype = gp_alloc(sizeof(struct custom_dashtype_def), "dashtype"); in set_dashtype()
1472 delete_dashtype(struct custom_dashtype_def *prev, struct custom_dashtype_def *this) in delete_dashtype()
H A Dgadgets.c92 struct custom_dashtype_def *first_custom_dashtype = NULL;
H A Dshow.c1368 struct custom_dashtype_def *this_dashtype; in show_dashtype()
H A Dterm.c2811 struct custom_dashtype_def *this; in load_dashtype()