Home
last modified time | relevance | path

Searched refs:after (Results 1 – 14 of 14) sorted by relevance

/scripts/
Dconfig28 --enable-after|-E beforeopt option
29 Enable option directly after other option
30 --disable-after|-D beforeopt option
31 Disable option directly after other option
32 --module-after|-M beforeopt option
33 Turn option into module directly after other option
/scripts/kconfig/
Dqconf.h126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
Dzconf.lex.c_shipped241 * instead of fread(), to make sure we stop fetching input after
718 /* Done after the current pattern has been matched and before the
913 /* Macros after this point can all be overridden by user definitions in
983 /* No semi-colon after return; correct usage is to write "yyterminate();" -
984 * we don't want an extra ';' after the "return" because that will cause
1014 /* Code executed at the beginning of each rule, after zconftext and zconfleng
1470 * call the scanner after we return the
1847 * is looked at is after zconfwrap() is called, so it's safe
Dzconf.tab.c_shipped1145 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1236 to perform extra reductions after fetching a lookahead from the
1634 /* Count tokens shifted since error; after three, turn off error
2107 One alternative is translating here after every semantic action,
2109 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2190 /* If just tried and failed to reuse lookahead token after an
2207 /* Else will try to reuse lookahead token after shifting the error
/scripts/coccinelle/misc/
Difcol.cocci1 /// Find confusingly indented code in or after an if. An if branch should
3 /// Sometimes, code after an if that is indented is actually intended to be
39 cocci.print_secs("after",p2)
Dcstptr.cocci40 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
/scripts/coccinelle/free/
Dkfree.cocci1 /// Find a use after free.
/scripts/coccinelle/locks/
Dmini_lock.cocci3 /// before the if and an unlock after the if. False positives are due to
/scripts/coccinelle/iterators/
Dfen.cocci122 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
Duse_after_iter.cocci3 /// and not a meaningful structure. Thus this value should not be used after
/scripts/genksyms/
Dlex.lex.c_shipped213 * instead of fread(), to make sure we stop fetching input after
355 /* Done after the current pattern has been matched and before the
621 /* Macros after this point can all be overridden by user definitions in
702 /* No semi-colon after return; correct usage is to write "yyterminate();" -
703 * we don't want an extra ';' after the "return" because that will cause
733 /* Code executed at the beginning of each rule, after yytext and yyleng
990 * call the scanner after we return the
1395 * is looked at is after yywrap() is called, so it's safe
2195 after registering the expression. */
2211 after registering the expression. */
Dparse.tab.c_shipped1060 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1146 to perform extra reductions after fetching a lookahead from the
1461 /* Count tokens shifted since error; after three, turn off error
2071 One alternative is translating here after every semantic action,
2073 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2154 /* If just tried and failed to reuse lookahead token after an
2171 /* Else will try to reuse lookahead token after shifting the error
/scripts/dtc/
Ddtc-lexer.lex.c_shipped212 * instead of fread(), to make sure we stop fetching input after
357 /* Done after the current pattern has been matched and before the
708 /* Macros after this point can all be overridden by user definitions in
796 /* No semi-colon after return; correct usage is to write "yyterminate();" -
797 * we don't want an extra ';' after the "return" because that will cause
827 /* Code executed at the beginning of each rule, after yytext and yyleng
1338 * call the scanner after we return the
1711 * is looked at is after yywrap() is called, so it's safe
Ddtc-parser.tab.c_shipped995 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1081 to perform extra reductions after fetching a lookahead from the
1420 /* Count tokens shifted since error; after three, turn off error
2068 One alternative is translating here after every semantic action,
2070 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2152 /* If just tried and failed to reuse lookahead token after an
2169 /* Else will try to reuse lookahead token after shifting the error