Searched refs:class (Results 1 - 25 of 32) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_kde0.h7 class KTopLevelWidget : public QMainWindow {
H A Dqt_clust.h10 class Clusterizer {
H A Dqt_win.h57 class QVBox;
58 class QMenuBar;
59 class QRadioButton;
60 class NhPSListView;
68 class NetHackQtGlyphs;
70 class NetHackQtLineEdit : public QLineEdit {
78 class NetHackQtSettings : public QDialog {
117 class NetHackQtKeyBuffer {
143 class NetHackQtClickBuffer {
167 class NetHackQtSavedGameSelecto
[all...]
H A Dsp_lev.h62 xchar x, y, chance, class, appear;
70 xchar x, y, chance, class, containment;
H A Dqttableview.h4 ** Definition of QtTableView class
10 ** This file contains a class moved out of the Qt GUI Toolkit API. It
24 class QScrollBar;
25 class QCornerSquare;
28 class QtTableView : public QFrame
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_kde0.h7 class KTopLevelWidget : public QMainWindow {
H A Dqt_clust.h10 class Clusterizer {
H A Dqt_win.h57 class QVBox;
58 class QMenuBar;
59 class QRadioButton;
60 class NhPSListView;
68 class NetHackQtGlyphs;
70 class NetHackQtLineEdit : public QLineEdit {
78 class NetHackQtSettings : public QDialog {
117 class NetHackQtKeyBuffer {
143 class NetHackQtClickBuffer {
167 class NetHackQtSavedGameSelecto
[all...]
H A Dsp_lev.h62 xchar x, y, chance, class, appear;
70 xchar x, y, chance, class, containment;
H A Dqttableview.h4 ** Definition of QtTableView class
10 ** This file contains a class moved out of the Qt GUI Toolkit API. It
24 class QScrollBar;
25 class QCornerSquare;
28 class QtTableView : public QFrame
/seL4-refos-master/libs/libmuslc/src/ctype/
H A Dwctrans.c5 wctrans_t wctrans(const char *class) argument
7 if (!strcmp(class, "toupper")) return (wctrans_t)1;
8 if (!strcmp(class, "tolower")) return (wctrans_t)2;
/seL4-refos-master/libs/libmuslc/src/network/
H A Dres_query.c8 int __res_query(const char *name, int class, int type, unsigned char *dest, int len) argument
11 int ql = __res_mkquery(0, name, class, type, 0, 0, 0, q, sizeof q);
H A Dres_querydomain.c4 int res_querydomain(const char *name, const char *domain, int class, int type, unsigned char *dest, int len) argument
13 return res_query(tmp, class, type, dest, len);
H A Dres_mkquery.c6 int __res_mkquery(int op, const char *dname, int class, int type, argument
18 if (l>253 || buflen<n || op>15u || class>255u || type>255u)
32 q[i+3] = class;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddetect.c23 /* Recursively search obj for an object in class oclass and return 1st found */
112 /* the object shown here is of interest because its class matches */
400 object_detect(detector, class)
402 int class; /* an object class, 0 for all */
416 if (class < 0 || class >= MAXOCLASSES) {
417 impossible("object_detect: illegal class %d", class);
418 class
869 int class; local
[all...]
H A Dread.c430 /* Forget known information about this object class. */
448 /* Forget everything known about a particular object class. */
1430 int i, j, immunecnt, gonecnt, goodcnt, class, feel_dead = 0; local
1440 getlin("What class of monsters do you wish to genocide?",
1451 class = def_char_to_monclass(buf[0]);
1455 class = 0;
1461 if (class == 0 &&
1463 class = mons[i].mlet;
1464 if (mons[i].mlet == class) {
1471 * TODO[?]: If user's input doesn't match any class
[all...]
H A Dsp_lev.c753 char class; local
761 if (m->class >= 0)
762 class = (char) def_char_to_monclass((char)m->class);
763 else if (m->class > -11)
764 class = (char) def_char_to_monclass(rmonst[- m->class - 1]);
766 class = 0;
768 if (class == MAXMCLASSES)
769 panic("create_monster: unknown monster class '
[all...]
H A Dmakemon.c1304 * of a given monster class. The second parameter specifies a
1307 * in that class can be made.
1311 mkclass(class,spc)
1312 char class;
1319 if(class < 1 || class >= MAXMCLASSES) {
1320 impossible("mkclass called with bad class!");
1323 /* Assumption #1: monsters of a given class are contiguous in the
1327 if (mons[first].mlet == class) break;
1331 last < SPECIAL_PM && mons[last].mlet == class; las
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddetect.c23 /* Recursively search obj for an object in class oclass and return 1st found */
112 /* the object shown here is of interest because its class matches */
400 object_detect(detector, class)
402 int class; /* an object class, 0 for all */
416 if (class < 0 || class >= MAXOCLASSES) {
417 impossible("object_detect: illegal class %d", class);
418 class
869 int class; local
[all...]
H A Dread.c430 /* Forget known information about this object class. */
448 /* Forget everything known about a particular object class. */
1430 int i, j, immunecnt, gonecnt, goodcnt, class, feel_dead = 0; local
1440 getlin("What class of monsters do you wish to genocide?",
1451 class = def_char_to_monclass(buf[0]);
1455 class = 0;
1461 if (class == 0 &&
1463 class = mons[i].mlet;
1464 if (mons[i].mlet == class) {
1471 * TODO[?]: If user's input doesn't match any class
[all...]
H A Dsp_lev.c753 char class; local
761 if (m->class >= 0)
762 class = (char) def_char_to_monclass((char)m->class);
763 else if (m->class > -11)
764 class = (char) def_char_to_monclass(rmonst[- m->class - 1]);
766 class = 0;
768 if (class == MAXMCLASSES)
769 panic("create_monster: unknown monster class '
[all...]
H A Dmakemon.c1304 * of a given monster class. The second parameter specifies a
1307 * in that class can be made.
1311 mkclass(class,spc)
1312 char class;
1319 if(class < 1 || class >= MAXMCLASSES) {
1320 impossible("mkclass called with bad class!");
1323 /* Assumption #1: monsters of a given class are contiguous in the
1327 if (mons[first].mlet == class) break;
1331 last < SPECIAL_PM && mons[last].mlet == class; las
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/include/ethdrivers/virtio/
H A Dvirtio_net.h106 uint8_t class;
138 * In addition to the class/cmd header, the TABLE_SET command requires
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dregcomp.c53 tre_ctype_t class; member in struct:__anon460
105 tre_ctype_t class; member in struct:__anon463
523 Chclass = '[:' class ':]'
534 tre_ctype_t class; local
540 class = 0;
562 class = tre_ctype(tmp);
566 if (!class || s[len+1] != ']')
586 if (class && neg->negate) {
589 neg->a[neg->len++] = class;
596 lit->class
2022 tre_set_one(tre_mem_t mem, int position, int code_min, int code_max, tre_ctype_t class, tre_ctype_t *neg_classes, int backref) argument
[all...]
H A Dtre.h109 /* Character class assertion. */
110 tre_ctype_t class;
114 /* Negative character class assertions. */
122 #define ASSERT_CHAR_CLASS 4 /* Character class in `class'. */

Completed in 223 milliseconds

12