Searched refs:heading (Results 1 - 4 of 4) sorted by relevance

/linux-master/Documentation/sphinx/
H A Dmaintainers_include.py71 # between the Maintainers heading and the first subsystem name.
115 heading = re.sub(r"\s+", " ", line)
116 output = output + "%s\n%s" % (heading, "~" * len(heading))
151 # Update the state machine when we find heading separators.
/linux-master/scripts/kconfig/
H A Dmconf.c698 const char *heading; local
702 heading = inputbox_instructions_int;
705 heading = inputbox_instructions_hex;
708 heading = inputbox_instructions_string;
711 heading = "Internal mconf error!";
715 heading, 10, 75,
H A Dnconf.c1395 const char *heading; local
1399 heading = inputbox_instructions_int;
1402 heading = inputbox_instructions_hex;
1405 heading = inputbox_instructions_string;
1408 heading = "Internal nconf error!";
1412 heading,
/linux-master/tools/mm/
H A Dslabinfo.c1352 static void _xtotals(char *heading, char *underline, argument
1355 printf("%s%s", heading, underline);
1366 char *heading, *underline; local
1373 heading = "\nSlabs sorted by size\n";
1375 _xtotals(heading, underline, 0, 1, 0);
1377 heading = "\nSlabs sorted by loss\n";
1379 _xtotals(heading, underline, 1, 0, 0);
1381 heading = "\nSlabs sorted by number of partial slabs\n";
1383 _xtotals(heading, underline, 0, 0, 1);

Completed in 155 milliseconds