Searched refs:ver_major (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c51 int ver_major, ver_minor, patchlevel; member in struct:toptenentry
146 &tt->ver_major, &tt->ver_minor, &tt->patchlevel,
155 if (tt->ver_major < 3 ||
156 (tt->ver_major == 3 && tt->ver_minor < 3)) {
201 tt->ver_major, tt->ver_minor, tt->patchlevel,
205 if (tt->ver_major < 3 ||
206 (tt->ver_major == 3 && tt->ver_minor < 3))
296 t0->ver_major = VERSION_MAJOR;
512 t1->ver_major = t1->ver_minor = t1->patchlevel = 0;
707 if (current_ver && (t1->ver_major !
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c51 int ver_major, ver_minor, patchlevel; member in struct:toptenentry
146 &tt->ver_major, &tt->ver_minor, &tt->patchlevel,
155 if (tt->ver_major < 3 ||
156 (tt->ver_major == 3 && tt->ver_minor < 3)) {
201 tt->ver_major, tt->ver_minor, tt->patchlevel,
205 if (tt->ver_major < 3 ||
206 (tt->ver_major == 3 && tt->ver_minor < 3))
296 t0->ver_major = VERSION_MAJOR;
512 t1->ver_major = t1->ver_minor = t1->patchlevel = 0;
707 if (current_ver && (t1->ver_major !
[all...]

Completed in 29 milliseconds