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

/opengrok/src/org/opensolaris/opengrok/search/
H A DHit.java61 * Holds value of property alt used to highlight alternating files.
63 private boolean alt; field in class:Hit
84 * @param alt Is this the "alternate" file
86 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
99 this.alt = alt;
233 return alt;
/opengrok/src/org/opensolaris/opengrok/search/context/
H A DContext.java120 private boolean alt = true; field in class:Context
142 alt = !alt;
184 desc[1], false, alt);
271 tokens.setAlt(alt);

Completed in 21 milliseconds