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