Searched refs:HEADER (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DGitHistoryParser.java2 * CDDL HEADER START
11 * When distributing Covered Code, include this CDDL HEADER in each
13 * If applicable, add the following below this CDDL HEADER, with the
17 * CDDL HEADER END
52 HEADER, MESSAGE, FILES enum constant in enum:GitHistoryParser.ParseState
89 ParseState state = ParseState.HEADER;
92 if (state == ParseState.HEADER) {
163 state = ParseState.HEADER;
/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/
H A DTroffXref.lex2 * CDDL HEADER START
11 * When distributing Covered Code, include this CDDL HEADER in each
13 * If applicable, add the following below this CDDL HEADER, with the
17 * CDDL HEADER END
128 %state HEADER COMMENT BOLD TBL TBLL
132 ^\.(SH|TH|SS|IP|NH|TL|UH) { yybegin(HEADER); cleanup(); openDiv("mnhd");}
136 <HEADER> {

Completed in 7 milliseconds