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

/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java127 private boolean alt = true; field in class:Context
150 alt = !alt;
177 desc[1], false, alt);
259 tokens.setAlt(alt);
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DHit.java60 * Holds value of property alt used to hightlight alternating files.
62 private boolean alt; field in class:Hit
83 * @param alt Is this the "alternate" file
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
98 this.alt = alt;
232 return alt;

Completed in 9 milliseconds