Searched defs:last_ch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_format.c133 unicode last_ch = 0; local
135 /* last_ch == 0 implies we are looking at the first char. */
136 for (p = name; p != name + length; last_ch = ch) {
155 if (slash_okay && ch == '/' && last_ch) {
156 if (last_ch == '/') {
161 return last_ch ? old_p : 0;
164 return last_ch ? p : 0;

Completed in 36 milliseconds