Home
last modified time | relevance | path

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

/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dfindjob.h73 struct ExprnodE { struct
75 struct ExprnodE *up; argument
93 struct ExprnodE *left; argument
96 struct ExprnodE *right; argument
100 struct ExprnodE *sub; argument
103 struct ExprnodE *true_branch; argument
104 struct ExprnodE *false_branch; argument
120 struct ExprnodE *test_tree; argument
122 struct ExprnodE *cursor;
228 int Exprnode_destroy(struct ExprnodE **fnode, int flag);
[all …]
H A Dfindjob.c92 struct ExprnodE *n; in Exprnode_new()
154 int Exprnode_set_branch(struct ExprnodE *fnode, struct ExprnodE *target, in Exprnode_set_branch()
160 struct ExprnodE **branch; in Exprnode_set_branch()
172 int Exprnode_get_branch(struct ExprnodE *fnode, struct ExprnodE **branch, in Exprnode_get_branch()
333 struct ExprnodE *branch; in Exprnode_tree_value()
472 struct ExprnodE *f; in Findjob_new_node()
531 struct ExprnodE *fnode; in Findjob_open_bracket()
579 struct ExprnodE *fnode; in Findjob_and()
603 struct ExprnodE *fnode; in Findjob_or()
630 struct ExprnodE *fnode; in Findjob_if()
[all …]