Searched refs:tokst_bufsize (Results 1 – 1 of 1) sorted by relevance
96 size_t tokst_bufsize; /* capacity of array */ member2455 if (tokst.tokst_cnt >= tokst.tokst_bufsize) { in tokenize_user_cmd()2456 n = (tokst.tokst_bufsize == 0) ? in tokenize_user_cmd()2457 INITIAL_TOK_ALLOC : (tokst.tokst_bufsize * 2); in tokenize_user_cmd()2461 tokst.tokst_bufsize = n; in tokenize_user_cmd()