Searched refs:tkn_ct (Results 1 – 3 of 3) sorted by relevance
232 res->tkn_ct = 0; in ao_string_tokenize()235 res->tkn_list[ res->tkn_ct++ ] = pzDest; in ao_string_tokenize()282 res->tkn_list[ res->tkn_ct ] = NULL; in ao_string_tokenize()306 printf("Parsed string ``%s''\ninto %d tokens:\n", arg, p->tkn_ct); in main()309 } while (++ix < p->tkn_ct); in main()
83 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1; in doPrognameEnv()
704 unsigned long tkn_ct; ///< number of tokens found member