Lines Matching defs:toklen
3077 unsigned toklen = tokens[i].len;
3079 if (toklen < wlen
3080 || strncmp (format_chars, tokens[i].name, toklen))
3083 if (toklen == 2
3087 return format_chars + toklen - 1; /* Reference to C++ or G++. */
3089 if (ISPUNCT (format_chars[toklen - 1]))
3091 if (format_chars[toklen - 1] == format_chars[toklen])
3094 else if (ISALNUM (format_chars[toklen]))
3097 if (toklen == 2
3104 if (toklen == 2
3110 bool is_type = (ISALPHA (tokens[i].name[toklen - 1])
3116 while (!ISALPHA (tokens[i].name[toklen - 1]))
3117 --toklen;
3120 fmtchrpos, fmtchrpos + toklen, opt,
3126 toklen, format_chars)
3130 return format_chars + toklen - 1;