taglinefilesource code
item413arch/ppc/mm/init.cstruct item *next;
item423arch/ppc/mm/init.cstatic struct item _free_pages;
item430arch/ppc/mm/init.cMMU_free_item(struct item *hdr, struct item *elem)
item432arch/ppc/mm/init.cif (hdr->next == (struct item *)NULL)
item434arch/ppc/mm/init.celem->next = (struct item *)NULL;
item442arch/ppc/mm/init.cstruct item *
item443arch/ppc/mm/init.cMMU_get_item(struct item *hdr)
item445arch/ppc/mm/init.cstruct item *item;
item446arch/ppc/mm/init.cif ((item = hdr->next) != (struct item *)NULL)
item448arch/ppc/mm/init.citem = hdr->next;
item449arch/ppc/mm/init.chdr->next = item->next;
item451arch/ppc/mm/init.creturn (item);
item473arch/ppc/mm/init.c_free_pages.next = (struct item *)NULL;
item476arch/ppc/mm/init.cMMU_free_item(&_free_pages, (struct item *)p);
item32scripts/lxdialog/checklist.cprint_item (WINDOW * win, const char *item, int status,
item51scripts/lxdialog/checklist.cmvwaddch(win, choice, item_x, item[0]);
item53scripts/lxdialog/checklist.cwaddstr (win, (char *)item+1);
item30scripts/lxdialog/menubox.cprint_item (WINDOW * win, const char *item, int choice, int selected, int hotkey)
item35scripts/lxdialog/menubox.cstrncpy(menu_item, item, menu_width);
item132scripts/tkgen.cvoid generate_if(struct kconfig * item,
item164scripts/tkgen.cif(   (item->flags & GLOBAL_WRITTEN) == 0
item165scripts/tkgen.c&& (item->optionname != NULL) )
item167scripts/tkgen.cprintf("\tglobal %s\n", item->optionname);
item168scripts/tkgen.citem->flags |= GLOBAL_WRITTEN;
item231scripts/tkgen.cswitch(item->tok)
item234scripts/tkgen.cprintf("} then { set %s %s } \n",  item->optionname, item->value);
item266scripts/tkgen.cprintf("set %s [expr $%s&15];", item->optionname, item->optionname);
item271scripts/tkgen.cprintf("set %s [expr $%s|16];", item->optionname, item->optionname);
item278scripts/tkgen.cif( item->tok == tok_dep_tristate )
item280scripts/tkgen.cprintf("global %s;", item->depend.str);
item282scripts/tkgen.citem->depend.str,item->depend.str);
item300scripts/tkgen.cprintf("set %s [expr $%s&15];", item->optionname, item->optionname);
item310scripts/tkgen.cprintf("set %s [expr $%s|16];", item->optionname, item->optionname);
item328scripts/tkgen.cvoid generate_if_for_outfile(struct kconfig * item,
item415scripts/tkgen.cswitch(item->tok)
item418scripts/tkgen.cprintf("} then {write_tristate $cfg $autocfg %s %s $notmod }\n", item->optionname, item->value);
item421scripts/tkgen.cprintf("} then {write_comment $cfg $autocfg \"%s\"}\n", item->label);
item425scripts/tkgen.citem->optionname, item->optionname, item->depend.str);
item430scripts/tkgen.citem->optionname, item->optionname);
item434scripts/tkgen.citem->optionname, item->optionname);
item438scripts/tkgen.citem->optionname, item->optionname);
item441scripts/tkgen.cprintf("} then { do_make {%s} }\n",item->value);