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

/u-boot/doc/sphinx/
H A Dmaintainers_include.py73 # between the Maintainers heading and the first subsystem name.
117 heading = re.sub(r"\s+", " ", line)
118 output = output + "%s\n%s" % (heading, "~" * len(heading))
153 # Update the state machine when we find heading separators.
/u-boot/scripts/kconfig/
H A Dmconf.c862 const char *heading; local
866 heading = inputbox_instructions_int;
869 heading = inputbox_instructions_hex;
872 heading = inputbox_instructions_string;
875 heading = "Internal mconf error!";
879 heading, 10, 75,
H A Dnconf.c1354 const char *heading; local
1358 heading = inputbox_instructions_int;
1361 heading = inputbox_instructions_hex;
1364 heading = inputbox_instructions_string;
1367 heading = "Internal nconf error!";
1371 heading,

Completed in 41 milliseconds