Searched defs:textmode (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dvcg.c66 g->textmode = G_TEXTMODE;
158 n->textmode = N_TEXTMODE;
254 get_textmode_str (enum textmode textmode) argument
256 switch (textmode)
547 if (n->textmode != N_TEXTMODE)
549 get_textmode_str (n->textmode));
671 if (g->textmode != G_TEXTMODE)
673 get_textmode_str (g->textmode));
H A Dvcg.h62 /* VCG textmode. Specify the adjustement of the text within the border of a summary node. */
63 enum textmode enum
238 color attributes, textmode and label, but not the location). A
254 /* textmode specifies the adjustment of the text within the border of a
257 enum textmode textmode; member in struct:node
537 /* textmode specifies the adjustment of the text within the border of a
541 enum textmode textmode;
540 enum textmode textmode; member in struct:graph

Completed in 118 milliseconds