Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tnf/prex/
H A Dexpr.c83 spec_t * right_p) in expr() argument
90 new_p->right_p = right_p; in expr()
112 spec_dup(list_p->right_p)); in expr_dup()
120 spec_dup(expr_p->right_p)); in expr_dup()
143 if (expr_p->right_p) in expr_destroy()
144 spec_destroy(expr_p->right_p); in expr_destroy()
150 if (list_p->right_p) in expr_destroy()
151 spec_destroy(list_p->right_p); in expr_destroy()
184 spec_print(stream, expr_p->right_p); in expr_print()
227 args.spec_p = expr_p->right_p; in matchattrs()
H A Dexpr.h51 spec_t *right_p; member
60 expr_t * expr(spec_t * left_p, spec_t * right_p);