Lines Matching defs:tmpptr
174 wchar_t *tmpptr = arg;176 if (tmpptr != NULL) {179 if (iswalpha(*tmpptr) || *tmpptr == '_') {185 for (tmpptr++; *tmpptr; tmpptr++) {186 if (!(iswalnum(*tmpptr) || (*tmpptr == '_'))) {190 return (*tmpptr == '=');