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