indent
indent(int amount, TFILE *fp)
indent(void)
indent(int col)
#define indent(n) ((n) * ((recurse > 1 ? recurse - 1 : 0)) + depth)