Searched refs:new_tok (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/lib/ |
D | tst_bool_expr.c | 47 static int new_tok(struct tst_expr_tok **last, const char *tok, size_t tok_len) in new_tok() function 76 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize() 77 token_cnt += new_tok(&last, &expr[i], 1); in tokenize() 82 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize() 97 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()
|