Searched refs:vchr (Results 1 – 1 of 1) sorted by relevance
3170 char vchr; local3190 vchr = *vsp++; chr = *tp++;3191 if (IsLower(vchr)) vchr -= 0x20;3193 } while (vchr && (TCHAR)vchr == chr);3194 } while ((vchr || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */3208 vchr = *vsp++; chr = *(++tt);3209 if (IsLower(vchr)) vchr -= 0x20;3211 } while (vchr && (TCHAR)vchr == chr);3212 …} while ((vchr || (chr != '/' && !IsTerminator(chr))) && ++i < FF_VOLUMES); /* Repeat for each ID …