Home
last modified time | relevance | path

Searched refs:tcl_mode (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dmsgunfmt.c74 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()
Dmsgfmt.c106 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()
DChangeLog.0759 (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/
Dradeon_context.c153 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()
Dradeon_screen.c79 DRI_CONF_OPT_E(tcl_mode, def, 0, 3, \
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c188 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()
Dradeon_screen.c79 DRI_CONF_OPT_E(tcl_mode, def, 0, 3, \