Home
last modified time | relevance | path

Searched refs:state (Results 1 – 11 of 11) sorted by relevance

/scripts/
Dsplit-man.pl14 $state = 0;
17 if ($state == 1) { close OUT }
18 $state = 1;
23 } elsif ($state != 0) {
Dexport_report.pl115 my $state=0;
118 if ($state == 0) {
119 $state = 1 if ($_ =~ /static const struct modversion_info/);
122 if ($state == 1) {
123 $state = 2 if ($_ =~ /__attribute__\(\(section\("__versions"\)\)\)/);
126 if ($state == 2) {
136 if ($state != 2) {
Dgcc-goto.sh14 static struct { int dummy; int state; } tp;
15 asm (".long %c0" :: "i" (&tp.state));
Dkernel-doc338 my $state;
1681 $state = STATE_NORMAL;
1854 $state = STATE_NAME; # next line is always the function name
1869 $state = STATE_DOCBLOCK;
1885 $state = STATE_BODY;
1898 $state = STATE_BODY_MAYBE;
1928 $state = STATE_NORMAL;
1965 $state = STATE_BODY;
1989 $state = STATE_PROTO;
2003 $state = STATE_BODY;
[all …]
Dconfig24 --state|-s option Print state of option (n,y,m,undef)
Dmarkup_oops.pl213 my $state = 0;
240 if ($state == 0) {
243 $state = 1;
247 if ($state == 1) {
Dunifdef.c229 static void state(Ifstate);
427 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); } in Strue()
428 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); } in Sfalse()
429 static void Selse (void) { drop(); state(IS_TRUE_ELSE); } in Selse()
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif()
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse()
435 static void Dfalse(void) { drop(); ignoreoff(); state(IS_FALSE_TRAILER); } in Dfalse()
436 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); } in Delif()
437 static void Delse (void) { drop(); state(IS_FALSE_ELSE); } in Delse()
454 static void Mtrue (void) { keywordedit("else"); state(IS_TRUE_MIDDLE); } in Mtrue()
[all …]
/scripts/kconfig/
Dstreamline_config.pl158 my $state = "NONE";
204 $state = "NEW";
214 $state = "DEP";
218 } elsif ($state eq "NEW" && /^\s*depends\s+on\s+(.*)$/) {
219 $state = "DEP";
221 } elsif ($state eq "DEP" && /^\s*depends\s+on\s+(.*)$/) {
223 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
232 } elsif ($state ne "NONE" && /^\s*select\s+(\S+)/) {
241 } elsif ($state ne "NONE" && /^\s*(tristate\s+\S|prompt\b)/) {
262 $state = "NONE";
Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1026 if (key == '/' || (state->in_search && key == 27)) { in do_match()
1030 state->in_search = 1-state->in_search; in do_match()
1031 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1032 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1034 } else if (!state->in_search) in do_match()
1038 state->pattern[strlen(state->pattern)] = c; in do_match()
1039 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1040 adj_match_dir(&state->match_direction); in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
[all …]
Dlexer.l36 YY_BUFFER_STATE state; member
/scripts/gcc-plugins/
DKconfig59 program state. This will help especially embedded systems where