Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_bool_expr.c340 unsigned int tok_cnt = tokenize(expr, NULL); in tst_bool_expr_parse() local
342 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()