HomeSort by: relevance | last modified time | path
    Searched defs:obj2 (Results 1 - 16 of 16) sorted by relevancy

  /src/games/hack/
hack.c 418 struct obj *obj, *obj2; local
447 for (obj = fobj; obj; obj = obj2) {
448 obj2 = obj->nobj; /* perhaps obj will be picked up */
514 * note: obj2 is set already, so
517 * then write obj2 =
hack.zap.c 740 struct obj *obj, *obj2; local
743 for (obj = invent; obj; obj = obj2) {
744 obj2 = obj->nobj;
hack.c 418 struct obj *obj, *obj2; local
447 for (obj = fobj; obj; obj = obj2) {
448 obj2 = obj->nobj; /* perhaps obj will be picked up */
514 * note: obj2 is set already, so
517 * then write obj2 =
hack.zap.c 740 struct obj *obj, *obj2; local
743 for (obj = invent; obj; obj = obj2) {
744 obj2 = obj->nobj;
hack.pri.c 623 struct obj *obj, *obj2; local
624 for (obj = fobj; obj; obj = obj2) {
625 obj2 = obj->nobj;
630 for (obj = invent; obj; obj = obj2) {
631 obj2 = obj->nobj;
hack.pri.c 623 struct obj *obj, *obj2; local
624 for (obj = fobj; obj; obj = obj2) {
625 obj2 = obj->nobj;
630 for (obj = invent; obj; obj = obj2) {
631 obj2 = obj->nobj;
hack.mon.c 907 struct obj *obj2 = mkobj_at(tmp, x, y); local
909 atl(x, y, obj2->olet);
910 stackobj(obj2);
hack.shk.c 1114 struct obj *obj, *obj2; local
1117 for (obj = invent; obj; obj = obj2) {
1118 obj2 = obj->nobj;
hack.mon.c 907 struct obj *obj2 = mkobj_at(tmp, x, y); local
909 atl(x, y, obj2->olet);
910 stackobj(obj2);
hack.shk.c 1114 struct obj *obj, *obj2; local
1117 for (obj = invent; obj; obj = obj2) {
1118 obj2 = obj->nobj;
  /src/usr.sbin/envstat/
config.c 469 prop_object_t obj, obj2; local
486 obj2 = prop_dictionary_get(obj, "index");
487 if (prop_string_equals_string(obj2, sensor_key))
504 prop_object_t obj, obj2, obj3; local
514 obj2 = prop_dictionary_get(ksdict, "allow-rfact");
515 if (prop_bool_true(obj2)) {
532 obj2 = prop_dictionary_get(ksdict, "want-percentage");
534 if (prop_bool_true(obj2) && prop_bool_true(obj3)) {
560 obj2 = prop_dictionary_get(ksdict, "want-percentage");
562 if (prop_bool_true(obj2) && prop_bool_true(obj3))
    [all...]
config.c 469 prop_object_t obj, obj2; local
486 obj2 = prop_dictionary_get(obj, "index");
487 if (prop_string_equals_string(obj2, sensor_key))
504 prop_object_t obj, obj2, obj3; local
514 obj2 = prop_dictionary_get(ksdict, "allow-rfact");
515 if (prop_bool_true(obj2)) {
532 obj2 = prop_dictionary_get(ksdict, "want-percentage");
534 if (prop_bool_true(obj2) && prop_bool_true(obj3)) {
560 obj2 = prop_dictionary_get(ksdict, "want-percentage");
562 if (prop_bool_true(obj2) && prop_bool_true(obj3))
    [all...]
envstat.c 283 prop_object_t obj, obj2; local
286 obj2 = prop_array_get(obj, 0);
288 ndict = obj2;
432 prop_object_t obj, obj2, desc; local
471 obj2 = prop_dictionary_get(obj, "device-properties");
472 if (obj2) {
473 if (!prop_dictionary_get_uint64(obj2,
627 prop_object_t obj, obj1, obj2; local
639 obj2 = prop_dictionary_get(obj, "device-properties");
640 if (obj2) {
    [all...]
envstat.c 283 prop_object_t obj, obj2; local
286 obj2 = prop_array_get(obj, 0);
288 ndict = obj2;
432 prop_object_t obj, obj2, desc; local
471 obj2 = prop_dictionary_get(obj, "device-properties");
472 if (obj2) {
473 if (!prop_dictionary_get_uint64(obj2,
627 prop_object_t obj, obj1, obj2; local
639 obj2 = prop_dictionary_get(obj, "device-properties");
640 if (obj2) {
    [all...]
  /src/sys/dev/sysmon/
sysmon_envsys.c 235 prop_object_t obj, obj2; local
311 while ((obj2 = prop_object_iterator_next(iter2))) {
316 obj2,
1605 prop_object_t array, dict, obj, obj2; local
1628 obj2 = prop_dictionary_get(obj, "device-properties");
1629 if (!obj2)
1638 if (!prop_dictionary_set_uint64(obj2, "refresh-timeout", timo))
1828 prop_object_t obj, obj1, obj2, tobj = NULL; local
1904 obj2 = prop_dictionary_get(udict, "description");
1905 if (obj2 && prop_object_type(obj2) == PROP_TYPE_STRING)
    [all...]
sysmon_envsys.c 235 prop_object_t obj, obj2; local
311 while ((obj2 = prop_object_iterator_next(iter2))) {
316 obj2,
1605 prop_object_t array, dict, obj, obj2; local
1628 obj2 = prop_dictionary_get(obj, "device-properties");
1629 if (!obj2)
1638 if (!prop_dictionary_set_uint64(obj2, "refresh-timeout", timo))
1828 prop_object_t obj, obj1, obj2, tobj = NULL; local
1904 obj2 = prop_dictionary_get(udict, "description");
1905 if (obj2 && prop_object_type(obj2) == PROP_TYPE_STRING)
    [all...]

Completed in 48 milliseconds