Searched refs:action (Results 1 – 7 of 7) sorted by relevance
/scripts/kconfig/ |
D | qconf.cc | 825 Q3Action *action; in contextMenuEvent() local 828 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent() 829 action->setToggleAction(TRUE); in contextMenuEvent() 830 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 833 action, SLOT(setOn(bool))); in contextMenuEvent() 834 action->setOn(showName); in contextMenuEvent() 835 action->addTo(headerPopup); in contextMenuEvent() 836 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent() 837 action->setToggleAction(TRUE); in contextMenuEvent() 838 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() [all …]
|
D | zconf.lex.c_shipped | 155 /* Special action meaning "start processing a new file". */ 695 * corresponding action - sets up zconftext. 1056 { /* beginning of action switch */ 1353 * this is the first action (other than possibly a 1460 "fatal flex scanner internal error--no action found" ); 1461 } /* end of action switch */ 1467 * Returns a code representing an action:
|
D | zconf.tab.c_shipped | 1427 action routines. */ 1576 /* If the proper action on seeing token YYTOKEN is to reduce or to 1577 detect an error, take that action. */ 1608 | yydefault -- do the default action for the current state. | 1624 /* If YYLEN is nonzero, implement the default value of the action: 2145 /* Do not reclaim the symbols of the rule which action triggered 2224 /* Do not reclaim the symbols of the rule which action triggered
|
/scripts/genksyms/ |
D | parse.tab.c_shipped | 1266 - If this state is a consistent state with a default action, then 1267 the only way this function was invoked is if the default action 1268 is an error action. In that case, don't check for expected 1271 this state is a consistent state with a default action. Thus, 1276 consistent state with a default action. There might have been a 1278 action, or user semantic action that manipulated yychar. 1286 accepted due to an error action in a later state. 1486 action routines. */ 1635 /* If the proper action on seeing token YYTOKEN is to reduce or to 1636 detect an error, take that action. */ [all …]
|
D | lex.lex.c_shipped | 136 /* Special action meaning "start processing a new file". */ 356 * corresponding action - sets up yytext. 835 { /* beginning of action switch */ 926 * this is the first action (other than possibly a 1033 "fatal flex scanner internal error--no action found" ); 1034 } /* end of action switch */ 1040 * Returns a code representing an action:
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 136 /* Special action meaning "start processing a new file". */ 356 * corresponding action - sets up yytext. 843 { /* beginning of action switch */ 1018 * this is the first action (other than possibly a 1126 "fatal flex scanner internal error--no action found" ); 1127 } /* end of action switch */ 1133 * Returns a code representing an action:
|
D | dtc-parser.tab.c_shipped | 1193 action routines. */ 1342 /* If the proper action on seeing token YYTOKEN is to reduce or to 1343 detect an error, take that action. */ 1374 | yydefault -- do the default action for the current state. | 1390 /* If YYLEN is nonzero, implement the default value of the action: 1810 /* Do not reclaim the symbols of the rule which action triggered 1889 /* Do not reclaim the symbols of the rule which action triggered
|