Searched refs:vertical_order (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dvcg.h193 int vertical_order; member in struct:node
566 int vertical_order;
565 int vertical_order; member in struct:graph
H A Dvcg.c69 g->vertical_order = G_VERTICAL_ORDER;
146 n->vertical_order = N_VERTICAL_ORDER; /* Default unspcified. */
529 if (n->vertical_order != N_VERTICAL_ORDER)
530 fprintf (fout, "\t\tvertical_order:\t%d\n", n->vertical_order);
678 if (g->vertical_order != G_VERTICAL_ORDER)
679 fprintf (fout, "\tvertical_order:\t%d\n", g->vertical_order);

Completed in 95 milliseconds