Lines Matching defs:spaces
47 "[i:replace?Replace spaces with \achar\as to tab \awidth\a.]:?"
55 "[o:indent|margin|offset?Indent each line with \aindent\a spaces.]#[indent:=0]"
245 static int outspaces(register Pr_t* pp,register int spaces, register int col)
250 /* changes spaces <pp->otab> */
251 while(spaces >= col)
256 spaces -= col;
260 if(spaces>0)
261 if(sfnputc(pp->outfile,' ',spaces) < 0)
263 return n+=spaces;
269 * <spaces> give the number of spaces that precede the field
270 * This routine returns the number of spaces at end of field
272 static int outcol(register Pr_t *pp,char *buff, register int size, int spaces)
282 if(size=spaces)
334 /* return spaces needed to complete field */