Searched refs:FF_SPACE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dform.h17 #define FF_SPACE 7 /* append padding space (diff of field, item size) */ macro
18 #define FF_HALFSPACE 8 /* like FF_SPACE, but only append half as many */
H A Dpp_ctl.c546 case FF_SPACE: name = "SPACE"; break;
684 case FF_SPACE: /* append padding space (diff of field, item size) */
693 case FF_HALFSPACE: /* like FF_SPACE, but only append half as many */
6298 *fpc++ = FF_SPACE;
6335 *fpc++ = FF_SPACE;
6394 prespace = FF_SPACE;

Completed in 175 milliseconds