Home
last modified time | relevance | path

Searched refs:out_comment_end (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bnf/bnf-1.6.10/src/
H A Dgrio.bnf29 | '#' out_comment_begin commentchars '\n' out_comment_end;
311 `\n\n` out_comment_begin ` begining of standard utility functions ` out_comment_end `\n`
316 # out_comment_begin, out_comment_end: Generated code in the comment rule
319 out_comment_end = `*/\n`;
H A Dgrio.c157 state = out_comment_end( ); /* --- Call function --- */ in comment()
1400 state = out_comment_end( ); /* --- Call function --- */ in out_footer()
1424 int out_comment_end(void) in out_comment_end() function