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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp875 bool in_comment = false; local
883 if (in_comment) {
884 if (c == '\n') in_comment = false;
886 if (c == '#') in_comment = true;

Completed in 41 milliseconds