Searched refs:bc (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c122 if (!tgetstr("bc", &s)) (void)strcpy(s, "\b"), s += 2;
343 int bc = 0, up = 0; local
376 ++bc; /* incr column, later backspace */
416 if (bc || up) {
417 while (--bc >= 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c122 if (!tgetstr("bc", &s)) (void)strcpy(s, "\b"), s += 2;
343 int bc = 0, up = 0; local
376 ++bc; /* incr column, later backspace */
416 if (bc || up) {
417 while (--bc >= 0)
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dtraps.S283 INT_HANDLER_WITHOUT_ERR_CODE(bc)
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dtraps.S375 INT_HANDLER_WITHOUT_ERR_CODE(bc,0)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c3051 int bc; local
3056 if (!Punished || drag_ball(x, y, &bc, &bx, &by, &cx, &cy, &unused,
3064 if (Punished) move_bc(0, bc, bx, by, cx, cy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c3051 int bc; local
3056 if (!Punished || drag_ball(x, y, &bc, &bx, &by, &cx, &cy, &unused,
3064 if (Punished) move_bc(0, bc, bx, by, cx, cy);

Completed in 134 milliseconds