Home
last modified time | relevance | path

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

/dports/math/ump/ump-0.8.6/src/
H A Dump_graphwin.cpp26 #define GET_BOOLEAN_KEY( KEY, DEST ) if((str = setup_file.get_key( KEY )) != 0) \ macro
562 GET_BOOLEAN_KEY( tmp_str, tmp_bool ); in graphwin_3d_tab_functions()
829 GET_BOOLEAN_KEY( "GRAPHTOOL_ANTIALIASING", settings.use_antialiasing ); in graphwin_load_settings()
830 GET_BOOLEAN_KEY( "GRAPHTOOL_SHOW_CODE", settings.show_code ); in graphwin_load_settings()
831 GET_BOOLEAN_KEY( "GRAPHTOOL_AXES_ON", settings.axes_on ); in graphwin_load_settings()
832 GET_BOOLEAN_KEY( "GRAPHTOOL_GRID_ON", settings.grid_on ); in graphwin_load_settings()
835 GET_BOOLEAN_KEY( "GRAPHTOOL_SHOW_ACTIVE_PAGE_ONLY", settings.show_active_page_only ); in graphwin_load_settings()
883 GET_BOOLEAN_KEY( tmpstr, settings.func[i].show_this ); in graphwin_load_settings()
894 GET_BOOLEAN_KEY( tmpstr, settings.polar[i].show_this ); in graphwin_load_settings()
907 GET_BOOLEAN_KEY( tmpstr, settings.par[i].show_this ); in graphwin_load_settings()
[all …]
H A Dmain.cpp41 #define GET_BOOLEAN_KEY( KEY, DEST ) if((str = setup_file.get_key( KEY )) != 0) \ macro
848 GET_BOOLEAN_KEY( "FORMAT_SHOW_TRAILING", format.show_trailingzeros ); in read_keyfile()