Searched refs:CTRL (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | ttydefaults.h | 55 #define CTRL(x) (x&037) macro 56 #define CEOF CTRL('d') 63 #define CINTR CTRL('c') 69 #define CKILL CTRL('u') 72 #define CSUSP CTRL('z') 74 #define CDSUSP CTRL('y') 75 #define CSTART CTRL('q') 76 #define CSTOP CTRL('s') 77 #define CLNEXT CTRL('v') 78 #define CDISCARD CTRL('o') [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | qconf.cc | 1322 Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); in ConfigMainWindow() 1324 …Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, t… in ConfigMainWindow() 1326 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); in ConfigMainWindow() 1333 Q3Action *searchAction = new Q3Action("Find", _("&Find"), Qt::CTRL + Qt::Key_F, this); in ConfigMainWindow()
|