OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorentry
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
vcg.h
80
struct
colorentry
struct
86
struct
colorentry
*next;
654
/*
Colorentry
allows to fill the color map. A color is a triplet of integer
657
colorentry
75 : 70 130 180 sets the map entry 75 to steel blue. This
660
struct
colorentry
*
colorentry
;
659
struct
colorentry
*
colorentry
;
member in struct:graph
[
all
...]
vcg.c
417
/* Build a
colorentry
struct and add it to the list. */
422
struct
colorentry
*ce = xmalloc (sizeof *ce);
427
ce->next = g->
colorentry
;
428
g->
colorentry
= ce;
728
if (g->
colorentry
!= G_COLORENTRY)
730
struct
colorentry
*ite;
732
for (ite = g->
colorentry
; ite; ite = ite->next)
Completed in 101 milliseconds