OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horizontal_order
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
vcg.h
206
int
horizontal_order
;
member in struct:node
428
int
horizontal_order
;
577
int
horizontal_order
;
427
int
horizontal_order
;
member in struct:edge
576
int
horizontal_order
;
member in struct:graph
[
all
...]
vcg.c
70
g->
horizontal_order
= G_HORIZONTAL_ORDER;
147
n->
horizontal_order
= N_HORIZONTAL_ORDER; /* Default unspcified. */
202
e->
horizontal_order
= E_HORIZONTAL_ORDER;
531
if (n->
horizontal_order
!= N_HORIZONTAL_ORDER)
532
fprintf (fout, "\t\thorizontal_order:\t%d\n", n->
horizontal_order
);
624
if (e->
horizontal_order
!= E_HORIZONTAL_ORDER)
625
fprintf (fout, "\t\thorizontal_order:\t%d\n", e->
horizontal_order
);
680
if (g->
horizontal_order
!= G_HORIZONTAL_ORDER)
681
fprintf (fout, "\thorizontal_order:\t%d\n", g->
horizontal_order
);
Completed in 22 milliseconds