Home
last modified time | relevance | path

Searched refs:horizontal_order (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Dvcg.h206 int horizontal_order; member
427 int horizontal_order; member
576 int horizontal_order; member
Dvcg.c70 g->horizontal_order = G_HORIZONTAL_ORDER; in new_graph()
147 n->horizontal_order = N_HORIZONTAL_ORDER; /* Default unspcified. */ in new_node()
202 e->horizontal_order = E_HORIZONTAL_ORDER; in new_edge()
531 if (n->horizontal_order != N_HORIZONTAL_ORDER) in output_node()
532 fprintf (fout, "\t\thorizontal_order:\t%d\n", n->horizontal_order); in output_node()
624 if (e->horizontal_order != E_HORIZONTAL_ORDER) in output_edge()
625 fprintf (fout, "\t\thorizontal_order:\t%d\n", e->horizontal_order); in output_edge()
680 if (g->horizontal_order != G_HORIZONTAL_ORDER) in output_graph()
681 fprintf (fout, "\thorizontal_order:\t%d\n", g->horizontal_order); in output_graph()