Home
last modified time | relevance | path

Searched refs:NOGRAPH (Results 1 – 9 of 9) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Dgr.c277 #ifndef NOGRAPH in gr_restore_mode()
337 #ifdef NOGRAPH in gr_set_mode()
489 #ifndef NOGRAPH in gr_init()
/dports/games/d2x/d2x-0.2.5/arch/svgalib/
H A Dgr.c59 #ifdef NOGRAPH in gr_set_mode()
/dports/games/d2x/d2x-0.2.5/arch/ggi/
H A Dgr.c56 #ifdef NOGRAPH in gr_set_mode()
/dports/games/d2x/d2x-0.2.5/arch/sdl/
H A Dgr.c82 #ifdef NOGRAPH in gr_set_mode()
/dports/games/d2x/d2x-0.2.5/arch/ogl/
H A Dgr.c238 #ifdef NOGRAPH in gr_set_mode()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDynareBison.yy106 %token NOGRAPH POSTERIOR_NOGRAPH POSTERIOR_GRAPH NOMOMENTS NOPRINT NORMAL_PDF SAVE_DRAWS MODEL_NAME…
3271 o_nograph : NOGRAPH
3281 o_psd_nograph : NOGRAPH { driver.option_num("no_graph.plot_shock_decomposition", "true"); }
3282 o_shock_decomposition_nograph : NOGRAPH { driver.option_num("no_graph.shock_decomposition", "true")…
H A DDynareBison.hh764 NOGRAPH = 505, enumerator
1555 … tok == token::NOFUNCTIONS || tok == token::NO_HOMOTOPY || tok == token::NOGRAPH || tok == token::… in symbol_type()
1561 … tok == token::NOFUNCTIONS || tok == token::NO_HOMOTOPY || tok == token::NOGRAPH || tok == token::… in symbol_type()
5337 return symbol_type (token::NOGRAPH, std::move (l)); in make_NOGRAPH()
5344 return symbol_type (token::NOGRAPH, l); in make_NOGRAPH()
H A DDynareFlex.ll298 <DYNARE_STATEMENT>nograph {return token::NOGRAPH;}
H A DDynareFlex.cc9436 {return token::NOGRAPH;}