| /src/usr.sbin/mtrace/ |
| mtrace.c | 334 int rno; local 338 if (buf && (rno = buf->len) > 0) { 339 b = buf->resps + rno - 1; 342 while (--rno > 0) { 970 int rno = basep->len; local 971 struct tr_resp *b = basep->resps + rno; 972 struct tr_resp *p = prev->resps + rno; 973 struct tr_resp *n = new->resps + rno; 974 int *r = reset + rno; 975 int *s = swaps + rno; 1053 int rno = basep->len - 1; local 1152 int rno; local [all...] |
| /src/external/bsd/nvi/dist/common/ |
| log1.c | 733 log_trace(sp, msg, rno, p) 736 db_recno_t rno; 746 vtrace("%lu: %s: C_INIT: %u/%u\n", rno, msg, m.lno, m.cno); 750 vtrace("%lu: %s: C_END: %u/%u\n", rno, msg, m.lno, m.cno); 754 vtrace("%lu: %s: APPEND_F: %lu\n", rno, msg, lno); 758 vtrace("%lu: %s: APPEND_B: %lu\n", rno, msg, lno); 762 vtrace("%lu: %s: DELETE_F: %lu\n", rno, msg, lno); 766 vtrace("%lu: %s: DELETE_B: %lu\n", rno, msg, lno); 770 vtrace("%lu: %s: RESET_F: %lu\n", rno, msg, lno); 774 vtrace("%lu: %s: RESET_B: %lu\n", rno, msg, lno) [all...] |
| log.c | 763 log_trace(SCR *sp, const char *msg, db_recno_t rno, u_char *p) 772 vtrace(sp, "%lu: %s: C_INIT: %u/%u\n", rno, msg, m.lno, m.cno); 776 vtrace(sp, "%lu: %s: C_END: %u/%u\n", rno, msg, m.lno, m.cno); 780 vtrace(sp, "%lu: %s: APPEND_F: %lu\n", rno, msg, lno); 784 vtrace(sp, "%lu: %s: APPEND_B: %lu\n", rno, msg, lno); 788 vtrace(sp, "%lu: %s: DELETE_F: %lu\n", rno, msg, lno); 792 vtrace(sp, "%lu: %s: DELETE_B: %lu\n", rno, msg, lno); 796 vtrace(sp, "%lu: %s: RESET_F: %lu\n", rno, msg, lno); 800 vtrace(sp, "%lu: %s: RESET_B: %lu\n", rno, msg, lno); 805 "%lu: %s: MARK: %u/%u\n", rno, msg, lm.lno, lm.cno) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| code.c | 79 static NODE *movtoreg(NODE *p, int rno); 243 int i, rno, typ, ssz; local 271 rno = XMM0 + nsse++; 273 rno = argregsi[ngpr++]; 275 regno(r) = rno; 324 rno = XMM0 + nsse++; 327 rno = argregsi[ngpr++]; 331 regno(r) = rno; 336 rno = XMM0 + nsse++; 339 rno = argregsi[ngpr++] [all...] |
| /src/games/hack/ |
| hack.apply.c | 390 int rno = inroom(dpx, dpy); local 392 if (rno >= 0 && rooms[rno].rtype >= 8) {
|