Home
last modified time | relevance | path

Searched refs:action (Results 1 – 4 of 4) sorted by relevance

/scripts/
Dasn1_compiler.c291 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 …]
Dcheckkconfigsymbols.py54 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',
Dspdxcheck.py227 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
/scripts/kconfig/
Dqconf.cc874 QAction *action; in contextMenuEvent() local
877 action = new QAction("Show Name", this); in contextMenuEvent()
878 action->setCheckable(true); in contextMenuEvent()
879 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
882 action, SLOT(setOn(bool))); in contextMenuEvent()
883 action->setChecked(showName); in contextMenuEvent()
884 headerPopup->addAction(action); in contextMenuEvent()
885 action = new QAction("Show Range", this); in contextMenuEvent()
886 action->setCheckable(true); in contextMenuEvent()
887 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
[all …]