space
space(void) /* collect line of form "space amt" to replace \x in output */
space(int ch)
#define space(c) ((c<QUOTE) && _ctype1[c]&(T_SPC))