| /src/external/gpl2/lvm2/dist/tools/ |
| reporter.c | 224 int aligned, buffered, headings, field_prefixes, quoted; local 232 headings = find_config_tree_int(cmd, "report/headings", 343 headings = 0; 355 headings, field_prefixes, quoted,
|
| dmsetup.c | 2401 int aligned = 1, headings = 1, buffered = 1, field_prefixes = 0; local 2414 headings = 0; 2470 if (headings)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| probe.c | 357 /* `headings' refers to the names of the columns when printing `info 361 std::vector<struct info_probe_column> headings 364 for (const info_probe_column &column : headings) 379 gdb_assert (probe_fields.size () == headings.size ()); 404 std::vector<struct info_probe_column> headings 407 for (const info_probe_column &column : headings) 418 of `info probe'. `headings' refers to the names of each new field. */ 420 std::vector<struct info_probe_column> headings 425 gdb_assert (headings.size () == values.size ()); 427 for (int ix = 0; ix < headings.size (); ++ix 360 std::vector<struct info_probe_column> headings variable in typeref:struct:info_probe_column 403 std::vector<struct info_probe_column> headings local 419 std::vector<struct info_probe_column> headings local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| probe.c | 357 /* `headings' refers to the names of the columns when printing `info 361 std::vector<struct info_probe_column> headings 364 for (const info_probe_column &column : headings) 379 gdb_assert (probe_fields.size () == headings.size ()); 404 std::vector<struct info_probe_column> headings 407 for (const info_probe_column &column : headings) 418 of `info probe'. `headings' refers to the names of each new field. */ 420 std::vector<struct info_probe_column> headings 425 gdb_assert (headings.size () == values.size ()); 427 for (int ix = 0; ix < headings.size (); ++ix 360 std::vector<struct info_probe_column> headings variable in typeref:struct:info_probe_column 403 std::vector<struct info_probe_column> headings local 419 std::vector<struct info_probe_column> headings local [all...] |
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 81 static int manufacture_headings = FALSE; /* default is to use the Hn html headings, */ 1544 int no_of_headings; // how many headings have we found? 1545 char_buffer headings; // all the headings used in the document member in class:header_desc 1566 * write_headings - emits a list of links for the headings in this document 2438 header.headings.add_string(header.header_buffer), 2467 // user wants manufactured headings which look better than <Hn></Hn> 2496 header.headings.add_string(file_list.file_name()), 4829 * headings off/on etc. 4993 /* do not use the Hn headings of html, but manufacture our own * [all...] |