Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.c228 static struct expr *create_expr(struct expr *lhs, int op, struct expr *rhs) in create_expr() function
436 expr = create_expr(expr, op, get_atom()); in parse_expr()