Searched refs:spaces (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkArgv.c355 static char spaces[] = " ";
390 Tcl_AppendResult(interp, spaces, (char *) NULL);
392 Tcl_AppendResult(interp, spaces+NUM_SPACES-numSpaces,
353 static char spaces[] = " "; local
/ast/src/cmd/builtin/
H A Dpr.c47 "[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) argument
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> giv
272 outcol(register Pr_t *pp,char *buff, register int size, int spaces) argument
[all...]
/ast/src/lib/libcmd/
H A Dwclib.c299 /* process spaces and new-lines */
378 /* process spaces and new-lines */
379 spaces:
437 goto spaces;
463 goto spaces;
H A Djoin.c36 "output. By default, a field is delimited by one or more spaces "
37 "and tabs with leading spaces and/or tabs ignored. The \b-t\b option "
140 int spaces; member in struct:File_s
309 fp->spaces = 0;
355 fp->spaces = 1;
418 /* eliminate leading spaces */
419 if (fp->spaces)
477 if (cp && fp->spaces)
481 /*eliminate leading spaces */

Completed in 23 milliseconds