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

/scripts/kconfig/
H A Dgconf.c62 static struct menu *current; // current node for SINGLE view variable in typeref:struct:menu
735 current = current->parent;
736 ptype = current->prompt ? current->prompt->type : P_UNKNOWN;
738 current = current->parent;
741 if (current == &rootmenu)
756 current
[all...]
H A Dqconf.cc451 for (; it.current(); ++it) {
452 item = (ConfigItem*)it.current();
578 for (; (item = (ConfigItem*)it.current()); it++) {
930 for (; it.current(); it++)
931 it.current()->setOpen(open);
/scripts/
H A Dpatch-kernel5 # directory defaults to the current directory.
8 # Update the kernel tree in the current directory using patches in the
21 # It determines the current kernel version from the top-level Makefile.
47 # be smarter about stopping when current version is larger than requested;
72 patch directory defaults to the current directory,
188 # set current VERSION, PATCHLEVEL, SUBLEVEL, EXTRAVERSION
198 echo "unable to determine current kernel version" >&2
246 # now current is 2.6.x, with no EXTRA applied,
H A Dget_maintainer.pl262 die "$P: The current directory does not appear to be "
1656 history of files in the patch. Also, each line of the current file can

Completed in 77 milliseconds