Searched refs:slash_okay (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacter.c.template34 * could be taken as a fieldname. Allow '/' if slash_okay is TRUE.
37 * at all was found, or in the case of slash_okay being true, we saw
45 skip_over_fieldname(char *name, bool_t slash_okay)
68 if (ch == '/' && slash_okay) {
H A Dcheck_class.c.template49 static char *skip_over_fieldname(char *name, bool_t slash_okay);
387 * could be taken as a fieldname. Allow '/' if slash_okay is TRUE.
390 * at all was found, or in the case of slash_okay being true, we saw
395 skip_over_fieldname(char *name, bool_t slash_okay)
404 || (slash_okay && ch == '/' && !first)
/openjdk7/jdk/src/share/native/common/
H A Dcheck_format.c36 skip_over_fieldname(char *name, jboolean slash_okay,
120 * could be taken as a fieldname. Allow '/' if slash_okay is JNI_TRUE.
123 * at all was found, or in the case of slash_okay being true, we saw
128 skip_over_fieldname(char *name, jboolean slash_okay, argument
155 if (slash_okay && ch == '/' && last_ch) {

Completed in 36 milliseconds