games/tetris/shapes.c
63
/* 5*/ { 15, 17, { ML, BR, MR } },
games/tetris/shapes.c
66
/* 8*/ { 1, 1, { TC, MR, BR } },
games/tetris/shapes.c
70
/*12*/ { 13, 4, { TC, BC, BR } },
usr.bin/tip/cu.c
100
(void)snprintf(sbuf, sizeof(sbuf), "cu%ld", BR);
usr.bin/tip/cu.c
117
ttysetup(speed(BR));
usr.bin/tip/cu.c
125
ttysetup(speed(BR));
usr.bin/tip/cu.c
50
BR = DEFBR;
usr.bin/tip/cu.c
71
BR = atoi(argv[2]); ++argv; --argc;
usr.bin/tip/remote.c
122
if (!BR)
usr.bin/tip/remote.c
123
BR = DEFBR;
usr.bin/tip/remote.c
144
if (!BR && (cgetnum(bp, "br", &BR) == -1))
usr.bin/tip/remote.c
145
BR = DEFBR;
usr.bin/tip/tip.c
106
BR = atoi(&argv[1][1]);
usr.bin/tip/tip.c
130
(void)snprintf(sbuf, sizeof(sbuf), "tip%ld", BR);
usr.bin/tip/tip.h
84
EXTERN long BR; /* line speed for conversation */
usr.bin/tip/vars.c
43
"ba", (char *)&BR },