Searched refs:action (Results 1 – 6 of 6) sorted by relevance
/scripts/ |
D | asn1_compiler.c | 291 struct action { struct 292 struct action *next; argument 297 static struct action *action_list; argument 304 struct action *action; member 685 struct action *action; member 857 struct action *action, **ppaction; in parse_type() local 1088 action = malloc(sizeof(struct action)); in parse_type() 1089 if (!action) { in parse_type() 1093 action->index = 0; in parse_type() 1094 action->name = cursor->content; in parse_type() [all …]
|
D | checkkconfigsymbols.py | 54 parser.add_argument('-c', '--commit', dest='commit', action='store', 59 parser.add_argument('-d', '--diff', dest='diff', action='store', 64 parser.add_argument('-f', '--find', dest='find', action='store_true', 69 parser.add_argument('-i', '--ignore', dest='ignore', action='store', 74 parser.add_argument('-s', '--sim', dest='sim', action='store', default="", 77 parser.add_argument('--force', dest='force', action='store_true', 81 parser.add_argument('--no-color', dest='color', action='store_false',
|
D | bpf_helpers_doc.py | 589 argParser.add_argument('--header', action='store_true',
|
D | spdxcheck.py | 230 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
|
/scripts/kconfig/ |
D | qconf.cc | 359 void ConfigList::setOptionMode(QAction *action) in setOptionMode() argument 361 if (action == showNormalAction) in setOptionMode() 363 else if (action == showAllAction) in setOptionMode() 886 QAction *action; in contextMenuEvent() local 889 action = new QAction("Show Name", this); in contextMenuEvent() 890 action->setCheckable(true); in contextMenuEvent() 891 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 894 action, SLOT(setChecked(bool))); in contextMenuEvent() 895 action->setChecked(showName); in contextMenuEvent() 896 headerPopup->addAction(action); in contextMenuEvent() [all …]
|
D | qconf.h | 73 void setOptionMode(QAction *action);
|