Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c96 size_t tokst_bufsize; /* capacity of array */ member
2455 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()