Home
last modified time | relevance | path

Searched refs:CTRL (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dttydefaults.h55 #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 …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dqconf.cc1323 Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); in ConfigMainWindow()
1325 …Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, t… in ConfigMainWindow()
1327 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); in ConfigMainWindow()
1334 Q3Action *searchAction = new Q3Action("Find", _("&Find"), Qt::CTRL + Qt::Key_F, this); in ConfigMainWindow()

Completed in 8 milliseconds