Searched refs:tcl_mode (Results 1 – 7 of 7) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | msgunfmt.c | 74 static bool tcl_mode; variable 221 tcl_mode = true; in main() 280 | (tcl_mode ? 8 : 0); in main() 333 else if (tcl_mode) in main() 382 else if (tcl_mode) in main()
|
D | msgfmt.c | 106 static bool tcl_mode; variable 390 tcl_mode = true; in main() 480 | (tcl_mode ? 8 : 0) in main() 542 else if (tcl_mode) in main() 805 else if (tcl_mode) in main() 1202 if (!java_mode && !csharp_mode && !csharp_resources_mode && !tcl_mode in msgfmt_set_domain()
|
D | ChangeLog.0 | 759 (tcl_mode, tcl_locale_name, tcl_base_directory): New variables. 761 (main): Handle --tcl option. Set tcl_mode, tcl_locale_name, 769 (tcl_mode, tcl_locale_name, tcl_base_directory): New variables. 771 (main): Handle --tcl and -d options. Set tcl_mode, tcl_locale_name,
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.c | 153 int tcl_mode, fthrottle_mode; in r100CreateContext() local 333 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode"); in r100CreateContext() 337 } else if (tcl_mode == DRI_CONF_TCL_SW || in r100CreateContext()
|
D | radeon_screen.c | 79 DRI_CONF_OPT_E(tcl_mode, def, 0, 3, \
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.c | 188 int tcl_mode; in r200CreateContext() local 384 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode"); in r200CreateContext() 389 else if (tcl_mode == DRI_CONF_TCL_SW || getenv("R200_NO_TCL") || in r200CreateContext()
|
D | radeon_screen.c | 79 DRI_CONF_OPT_E(tcl_mode, def, 0, 3, \
|