Home
last modified time | relevance | path

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

/third_party/ltp/pan/
Dsplitstr.c65 int num_toks = 0, max_toks = 20, i; in splitstr() local
91 arg_array = malloc(sizeof(char *) * max_toks); in splitstr()
112 if (num_toks == max_toks) { in splitstr()
113 max_toks += 20; in splitstr()
116 sizeof(char *) * max_toks); in splitstr()
129 for (i = num_toks + 1; i < max_toks; i++) in splitstr()
/third_party/boost/libs/spirit/test/support/
Dregression_multi_pass_functor.cpp93 unsigned const max_toks=10; in main() local
100 ; (chr_first != chr_last && ++num_toks < max_toks) in main()