Home
last modified time | relevance | path

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

/dports/devel/bnf/bnf-1.6.10/src/
H A Dgrio.bnf40 out_func_begin expression
322 # out_func_begin, out_func_end:
326 out_func_begin = `(void)\n` out_lbrace out_indent `int state;\n\n`;
H A Dgrio.c193 state = out_func_begin( ); /* --- Call function --- */ in assignment()
1444 int out_func_begin(void) in out_func_begin() function