fill_space
#define fill_space_right(a, b, c) fill_space((a), (b), (c), TRUE)
#define fill_space_left(a, b, c) fill_space((a), (b), (c), FALSE)