Home
last modified time | relevance | path

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

/dports/math/oleo/oleo-1.99.16/src/
H A Dsciplot.h53 #define MAX_COLOR_NAME_LEN 32 /* long enough for all of libplot's colors */ macro
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dextern.h71 #define MAX_COLOR_NAME_LEN 32 /* long enough for all of libplot's colors */ macro
H A Dgraph.c1564 char name[MAX_COLOR_NAME_LEN]; in parse_pen_string()
1592 for (tmp = charp, i = 0; i < MAX_COLOR_NAME_LEN; tmp++, i++) in parse_pen_string()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dh_defplot.c50 #define MAX_COLOR_NAME_LEN 32 /* long enough for all known colors */ macro
704 char name[MAX_COLOR_NAME_LEN]; in _pl_h_parse_pen_string()
733 for (tmp = charp, i = 0; i < MAX_COLOR_NAME_LEN; tmp++, i++) in _pl_h_parse_pen_string()