right             470 lib/font/rbf_font.c     int right = x+len-1, bottom = y+rbf_font_height()-1;
right             477 lib/font/rbf_font.c             draw_line(right-i, y+2-i, right-i, bottom, BG_COLOR(cl));        // right side
right             482 lib/font/rbf_font.c             draw_rectangle(right-lr, y, right-i,  bottom, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);    // right side
right             812 lib/lua/lparser.c   lu_byte right; /* right priority */
right             847 lib/lua/lparser.c     nextop = subexpr(ls, &v2, priority[op].right);