Searched refs:tkn_list (Results 1 – 3 of 3) sorted by relevance
159 else res->tkn_list[0] = (ch_t *)(res->tkn_list + (max_token_ct - 1)); in alloc_token_list()246 pzDest = (ch_t *)(res->tkn_list[0]); in ao_string_tokenize()250 res->tkn_list[ res->tkn_ct++ ] = pzDest; in ao_string_tokenize()297 res->tkn_list[ res->tkn_ct ] = NULL; in ao_string_tokenize()323 printf(" %3d: ``%s''\n", ix+1, p->tkn_list[ix]); in main()
84 uintptr_t v = (uintptr_t)(pTL->tkn_list); in doPrognameEnv()
701 unsigned char * tkn_list[1]; ///< array of pointers to tokens member