Searched defs:spaces (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkArgv.c | 355 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/lib/libcmd/ |
H A D | join.c | 36 "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 */
|
/ast/src/cmd/builtin/ |
H A D | pr.c | 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) 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...] |
Completed in 37 milliseconds