Lines Matching +refs:c +refs:dobj

1129 	char *a, *b, *c;  in exec_verb_info()  local
1132 a = objname(dobj); in exec_verb_info()
1134 c = objname(actor); in exec_verb_info()
1135 sprintf(buff, "\t\t]]%s, %s %s(%ld) %s %s(%ld)", c, dict[ syntbl[auxsyn[vb]] ], in exec_verb_info()
1140 rfree(c); in exec_verb_info()
1168 if (2 == scan_metacommand(2, vb, dobj, prep, iobj, NULL)) in metacommand_cycle()
1176 if (2 == scan_metacommand(actor, vb, dobj, prep, iobj, p_redir_flag)) in metacommand_cycle()
1204 && actor == 0 && dobj == 0 && prep == 0 && iobj == 0; in exec_verb()
1207 if (dobj == 0 && dobj_rec->info != D_NUM && iobj != 0) { in exec_verb()
1208 dobj = iobj; in exec_verb()
1226 } else if (vb == 19 && dobj == 0 && prep == 0 && iobj == 0) in exec_verb()
1232 if (checkgram(vb, dobj, prep, iobj, redir_flag) == -1) return; in exec_verb()
1539 dobj = dorec->obj; in objcheck_cycle()
1553 result = scan_metacommand(2, verbid, dobj, prep_, iobj, NULL); in objcheck_cycle()
1564 result = scan_metacommand(actor, verbid, dobj, prep_, iobj, NULL); in objcheck_cycle()
1612 if (do_disambig == 1 && it_possess(dobj)) return DISAMBIG_SUCC; in check_obj()
1617 if (do_disambig == 1 && tcreat(dobj)) return DISAMBIG_SUCC; in check_obj()
1623 else if (do_disambig == 1 && it_possess(dobj) && tnoun(dobj) in check_obj()
1624 && noun[dobj - first_noun].shootable) in check_obj()
1631 if (do_disambig == 1 && tcreat(dobj) && visible(dobj)) in check_obj()
1637 if (tnoun(dobj) && visible(dobj) && noun[dobj - first_noun].wearable in check_obj()
1638 && it_loc(dobj) != 1000) in check_obj()
1642 if (do_disambig == 1 && tnoun(dobj) in check_obj()
1643 && visible(dobj) in check_obj()
1644 && noun[dobj - first_noun].location != 1 in check_obj()
1645 && noun[dobj - first_noun].movable) in check_obj()
1646 return (player_has(dobj)) ? 499 : DISAMBIG_SUCC; in check_obj()
1649 if (do_disambig == 1 && it_loc(dobj) == 1000) return DISAMBIG_SUCC; in check_obj()