Home
last modified time | relevance | path

Searched defs:arrow (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h106 struct arrow { struct
107 struct bubble *head;
108 struct bubble *tail;
110 struct node *pnode;
111 struct constraintlist {
115 } *constraints;
116 int forever_false:1;
117 int forever_true:1;
118 int arrow_marked:1;
119 int mark:11;
[all …]
H A Ditree.c2034 itree_delete_arrow(struct bubble *bubp, struct arrow *arrow) in itree_delete_arrow()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c826 check_cycle_lhs(struct node *stmtnp, struct node *arrow) in check_cycle_lhs()
H A Dtree.h246 } arrow; member