Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c95 size_t tokst_cnt; /* # of tokens in array */ member
2455 for (tokst.tokst_cnt = 0; gettok(&gettok_state) != 0; in tokenize_user_cmd()
2456 tokst.tokst_cnt++) { in tokenize_user_cmd()
2458 if (tokst.tokst_cnt >= tokst.tokst_bufsize) { in tokenize_user_cmd()
2471 if (tokst.tokst_cnt > 0) { in tokenize_user_cmd()
2505 if (tokst->tokst_cnt == 0) in parse_user_cmd()
2524 n + (sizeof (char *) * (tokst->tokst_cnt - 1)) + in parse_user_cmd()
2527 ucmd->ucmd_argc = tokst->tokst_cnt - 1; in parse_user_cmd()
2536 for (n = 1; n < tokst->tokst_cnt; n++) { in parse_user_cmd()
3158 if (tokst->tokst_cnt == 0) in cmd_match_fcn()
[all …]