tag
line
file
source code
LEFT
140
include/linux/tty.h
#define LEFT(a) (((a)->tail-(a)->head-1)&(TTY_BUF_SIZE-1))
LEFT
58
kernel/vsprintf.c
#define LEFT 16 /* left justified */