Home
last modified time | relevance | path

Searched refs:TOK_CLOSE_BRACKET (Results 1 – 3 of 3) 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()
/external/python/cffi/c/
Dparse_c_type.c15 TOK_CLOSE_BRACKET=']', enumerator
373 if (tok->kind != TOK_CLOSE_BRACKET) { in parse_sequel()
439 if (tok->kind != TOK_CLOSE_BRACKET) in parse_sequel()