Searched defs:toklen (Results 1 – 3 of 3) sorted by relevance
603 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) in get_tok()635 static int get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) { in get_sub_tok()684 int toklen, tokstart; /*legnth and start of generic token*/ in doCamelCase() local
513 size_t toklen = 0; in fetch_token() local
58 int toklen; member