Searched refs:inquote (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c979 int inquote = 0; local
992 while (*p != (char)0 && (inquote || !(*p == ' ' || *p == '\t'))) {
996 inquote = !inquote;
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c815 int inquote = 0; local
828 while (*p != (char)0 && (inquote || !(*p == ' ' || *p == '\t'))) {
832 inquote = !inquote;

Completed in 37 milliseconds