Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.c328 "argument\n", TOK_TO_STR(token, string)); in parse_test()
345 "\",\" or \")\"\n", TOK_TO_STR(token, string)); in parse_test()
395 TOK_TO_STR(token, string)); in get_atom()
432 "\"&&\" or \"||\"\n", TOK_TO_STR(op, string)); in parse_expr()
461 TOK_TO_STR(token, string)); in parse_action()
483 TOK_TO_STR(token, string)); in parse_action()
499 "argument\n", TOK_TO_STR(token, string)); in parse_action()
516 "\",\" or \")\"\n", TOK_TO_STR(token, string)); in parse_action()
544 TOK_TO_STR(token, string)); in parse_action()
Daction.h41 #define TOK_TO_STR(OP, S) ({ \ macro