Searched refs:tok_cnt (Results 1 – 1 of 1) sorted by relevance
340 unsigned int tok_cnt = tokenize(expr, NULL); in tst_bool_expr_parse() local342 if (!tok_cnt) in tst_bool_expr_parse()345 ret = malloc(sizeof(struct tst_expr) + sizeof(struct tst_expr_tok) * tok_cnt); in tst_bool_expr_parse()351 if (shunting_yard(ret, tok_cnt)) { in tst_bool_expr_parse()352 tst_bool_expr_err(stderr, ret, tok_cnt); in tst_bool_expr_parse()