HomeSort by: relevance | last modified time | path
    Searched defs:cli_styling (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-style.c 30 bool cli_styling = false; variable
32 bool cli_styling = true; variable
36 consulted when cli_styling is true. */
41 consulted when cli_styling is true. */
328 if (cli_styling)
370 add_setshow_boolean_cmd ("enabled", no_class, &cli_styling, _("\
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-style.c 31 static bool cli_styling = false; variable
33 static bool cli_styling = true; variable
37 consulted when cli_styling is true. */
42 consulted when cli_styling is true. */
110 cli_styling = false;
118 return cli_styling && !scoped_disable_styling_p;
128 cli_styling = false;
131 cli_styling = false;
375 if (c == set_style_enabled_cmd && cli_styling
390 if (cli_styling)
    [all...]

Completed in 22 milliseconds