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

  /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/public-domain/xz/dist/src/xz/
list.c 105 /// Column headings
120 } headings[] = { variable in typeref:struct:__anon419
159 #define HEADING_STR(num) headings[num].fw, _(headings[num].str)
257 /// Initialize headings[].
277 if ((size_t)(headings[HEADING_CHECK].columns) < w)
278 headings[HEADING_CHECK].columns = (int)w;
281 for (unsigned i = 0; i < ARRAY_SIZE(headings); ++i) {
283 size_t w = tuklib_mbstr_width(_(headings[i].str), &len);
292 if ((size_t)(headings[i].columns) < w
    [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...]

Completed in 28 milliseconds