Home
last modified time | relevance | path

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

/dports/lang/p5-Marpa-XS/Marpa-XS-1.008000/libmarpa/dist/
H A Dmarpa.c2115 static inline ANDID and_order_get(BOC b,OR or_node,gint ix);
12430 ANDID and_node_id= and_order_get(b,or_node,choice); in marpa_tree_new()
12497 work_and_node_id= and_order_get(b,work_or_node,Choice_of_FORK(work_fork)); in marpa_tree_new()
12591 ANDID and_node_id= and_order_get(b,or_node,choice); in or_node_next_choice()
12842 static inline ANDID and_order_get(BOC b,OR or_node,gint ix) in and_order_get() function
12925 return and_order_get(b,or_node,ix); in marpa_and_order_get()
13590 and_node_id= and_order_get(b,or,choice); in marpa_val_event()
/dports/lang/p5-Marpa-XS/Marpa-XS-1.008000/libmarpa/dev/
H A Dmarpa.w11026 ANDID and_node_id = and_order_get(b, or_node, choice);
11086 work_and_node_id = and_order_get(b, work_or_node, Choice_of_FORK(work_fork));
11124 ANDID and_node_id = and_order_get(b, or_node, choice);
11421 static inline ANDID and_order_get(BOC b, OR or_node, gint ix);
11425 static inline ANDID and_order_get(BOC b, OR or_node, gint ix)
11466 return and_order_get(b, or_node, ix);
11872 and_node_id = and_order_get(b, or, choice);