Searched refs:tkn_list (Results 1 – 3 of 3) sorted by relevance
142 else res->tkn_list[0] = (ch_t *)(res->tkn_list + (max_token_ct - 1)); in alloc_token_list()229 pzDest = (ch_t *)(res->tkn_list[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()306 printf(" %3d: ``%s''\n", ix+1, p->tkn_list[ix]); in main()
78 uintptr_t v = (uintptr_t)(pTL->tkn_list); in doPrognameEnv()
703 unsigned char * tkn_list[1]; ///< array of pointers to tokens member