OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_expr
(Results
1 - 1
of
1
) sorted by null
/external/selinux/libsepol/src/
conditional.c
478
cond_expr_t *cur_expr, *
next_expr
;
local
483
for (cur_expr = expr; cur_expr != NULL; cur_expr =
next_expr
) {
484
next_expr
= cur_expr->next;
Completed in 300 milliseconds