Lines Matching refs:tokst_cnt
95 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()
2468 tokst.tokst_buf[tokst.tokst_cnt] = gettok_state.gtok_last_token; 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()
3162 ndx = tokst->tokst_cnt - 1; /* Index of token to complete */ in cmd_match_fcn()