Lines Matching full:tokpos
687 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/
691 tokpos = 0;
702 tokpos = tokstart;
705 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) {
708 tokpos = stokstart + stoklen;
727 tokpos = tokstart;
730 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) {
736 tokpos = stokstart + stoklen;