Searched defs:head (Results 1 - 2 of 2) sorted by relevance

/scripts/dtc/
H A Dlivetree.c65 struct property *head = NULL; local
70 p->next = head;
71 head = p;
74 return head;
/scripts/kconfig/
H A Dqconf.cc1013 QString head, debug, help; local
1018 head += "<big><b>";
1019 head += print_filter(_(_menu->prompt->text));
1020 head += "</b></big>";
1022 head += " (";
1024 head += QString().sprintf("<a href=\"s%p\">", sym);
1025 head += print_filter(sym->name);
1027 head += "</a>";
1028 head += ")";
1031 head
[all...]

Completed in 120 milliseconds