taglinefilesource code
LEFT140include/linux/tty.h#define LEFT(a) (((a)->tail-(a)->head-1)&(TTY_BUF_SIZE-1))
LEFT58kernel/vsprintf.c#define LEFT  16    /* left justified */