Home
last modified time | relevance | path

Searched refs:state (Results 1 – 12 of 12) 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-doc365 my $state;
1914 $state = STATE_NORMAL;
2094 $state = STATE_NAME; # next line is always the function name
2108 $state = STATE_DOCBLOCK;
2144 $state = STATE_BODY;
2157 $state = STATE_BODY_MAYBE;
2166 $state = STATE_NORMAL;
2179 $state = STATE_NORMAL;
2189 $state = STATE_NORMAL;
2212 if ($state == STATE_BODY_WITH_BLANK_LINE && /^\s*\*\s?\S/) {
[all …]
Dconfig27 --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.pl157 my $state = "NONE";
203 $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.c1017 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1022 if (key == '/' || (state->in_search && key == 27)) { in do_match()
1026 state->in_search = 1-state->in_search; in do_match()
1027 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1028 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1030 } else if (!state->in_search) in do_match()
1034 state->pattern[strlen(state->pattern)] = c; in do_match()
1035 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1036 adj_match_dir(&state->match_direction); in do_match()
1037 *ans = get_mext_match(state->pattern, in do_match()
[all …]
Dlexer.l35 YY_BUFFER_STATE state; member
/scripts/gdb/linux/
Ddmesg.py102 state = 3 & (utils.read_atomic_long(desc, sv_off) >> desc_flags_shift)
103 if state != desc_committed and state != desc_finalized:
/scripts/gcc-plugins/
DKconfig51 program state. This will help especially embedded systems where