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

  /external/bison/src/
vcg.h 193 int vertical_order; member in struct:node
566 int vertical_order;
565 int vertical_order; member in struct:graph
    [all...]
vcg.c 69 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 195 milliseconds