HomeSort by relevance Sort by last modified time
    Searched refs:textmode (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
vcg.h 62 /* 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
    [all...]
vcg.c 66 g->textmode = G_TEXTMODE;
158 n->textmode = N_TEXTMODE;
254 get_textmode_str (enum textmode textmode)
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));

Completed in 44 milliseconds