Home
last modified time | relevance | path

Searched refs:arrowstyle (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dvcg.h314 enum arrowstyle enum
399 enum arrowstyle arrowstyle; member
402 enum arrowstyle backarrowstyle;
Dvcg.c194 e->arrowstyle = E_ARROWSTYLE; in new_edge()
367 get_arrowstyle_str (enum arrowstyle arrowstyle) in get_arrowstyle_str() argument
369 switch (arrowstyle) in get_arrowstyle_str()
613 if (e->arrowstyle != E_ARROWSTYLE) in output_edge()
615 get_arrowstyle_str (e->arrowstyle)); in output_edge()
/external/bison/
DChangeLog5847 (enum arrowstyle): Renamed from enum arrowstyle_e.