Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.h31 #define TOK_CLOSE_BRACKET 1 macro
Daction.c74 { ")", TOK_CLOSE_BRACKET, 1 },
322 if (token == TOK_CLOSE_BRACKET) in parse_test()
340 if (token == TOK_CLOSE_BRACKET) in parse_test()
419 if (op == TOK_CLOSE_BRACKET) { in parse_expr()
493 if (token == TOK_CLOSE_BRACKET) in parse_action()
511 if (token == TOK_CLOSE_BRACKET) in parse_action()
539 if (token == TOK_CLOSE_BRACKET) in parse_action()