Home | History | Annotate | Download | only in opcodes

Lines Matching full:no_argument

1166   {"debug",   no_argument,       NULL, 'd'},
1167 {"version", no_argument, NULL, 'V'},
1168 {"help", no_argument, NULL, 'h'},
1169 {"gen-opc", no_argument, NULL, 'c'},
1170 {"gen-asm", no_argument, NULL, 'a'},
1171 {"gen-dis", no_argument, NULL, 's'},
1172 {0, no_argument, NULL, 0}