/titanic_51/usr/src/cmd/expand/ |
H A D | unexpand.c | 124 int spaces = 0; /* spaces to convert to tab */ in tabify() local 134 spaces++; in tabify() 150 spaces = 0; in tabify() 161 * tab stop. if spaces, then write out a tab. in tabify() 163 if (spaces > 0) { in tabify() 164 (void) putchar(((spaces > 1) ? '\t' : ' ')); in tabify() 165 spaces = 0; in tabify() 171 while (spaces-- > 0) in tabify() 173 spaces in tabify() [all...] |
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Valid.java | 40 static String spaces = "\t "; field in Valid 136 return (validString(pn, badmetas + spaces + "/#:,")); in localPrinterName() 171 return (validString(pn, badmetas + spaces + "/#:,")); in remotePrinterName() 284 return (validString(d, baddestmetas + spaces)); in destination() 310 return (validString(s, badmetas + spaces + "#,:")); in serverName() 338 if (!validString(u[i], badmetas + spaces)) { in users() 369 if (!validString(u, badmetas + spaces)) { in user()
|
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | dist.c | 202 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket() local 217 (void) memset(spaces, ' ', NCHARS - nats); in dist_print_bucket() 218 spaces[NCHARS - nats] = 0; in dist_print_bucket() 224 mdb_printf("%*s |%s%s %lld\n", width, range, ats, spaces, count); in dist_print_bucket()
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | slk_clear.c | 54 char * spaces = " "; in slk_clear() local 67 (long) spaces), 1); in slk_clear()
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 21 : spaces ( n -- ) 0 ?do space loop ; 66 drop else spaces 73 drop else spaces 83 drop else spaces 91 -rot <# #s #> rot over - dup 0< if drop else spaces then type space ; 154 IF 3 spaces ELSE dup c@ 0 <# # # #> type space THEN 242 get-order 0 ?do 3 spaces list-wid loop cr
|
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ScalarRecord.java | 263 s = (spaces(width - len) + s); in hexString() 269 spaces(int n) in spaces() method in ScalarRecord 301 * @param indent number of spaces to indent each line of the 313 String leftMargin = spaces(indent); in rawBytesString()
|
/titanic_51/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 73 * selected by column. Used when tabs and spaces can be sufficiently well 85 * is more intelligent, especially about tabs, spaces, and backspacing, and as a 160 static void spaces(int); 641 spaces(ch); in text() 650 spaces(ch); in text() 765 spaces(int ch) in spaces() function 769 int i; /* final distance - in spaces */ in spaces() 773 * Counts consecutive spaces, tabs, and backspaces and figures out where the next in spaces() 775 * to output the required number of spaces. The choice is between using procedure in spaces() 778 * consecutive spaces in spaces() [all...] |
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 222 static char spaces[] = " "; in vxprintf() local 223 #define etSPACESIZE (sizeof(spaces)-1) in vxprintf() 614 (*func)(arg,spaces,etSPACESIZE); in vxprintf() 617 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf() 630 (*func)(arg,spaces,etSPACESIZE); in vxprintf() 633 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf()
|
/titanic_51/usr/src/boot/sys/boot/forth/ |
H A D | check-password.4th | 64 2 spaces 69 1 spaces 112 3 spaces \ Erase the twiddle 116 3 spaces read-start @ 25 at-xy \ Erase the twiddle 121 0= if 3 spaces read-start @ 25 at-xy then \ Twiddle
|
H A D | beadm.4th | 86 ." BE" dup 2 - spaces ." Type Device" cr 94 dup value_buffer .len @ - spaces 99 name_buffer strget s" bootfs" compare 0= if 2 spaces then 100 name_buffer strget s" chain" compare 0= if 3 spaces then
|
H A D | menu.4th | 762 spaces ( n c-addr/u -- n c-addr ) \ erase message 870 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 871 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 872 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 873 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 874 2dup at-xy 38 spaces [all...] |
H A D | support.4th | 438 \ <line> ::= <spaces><name><spaces>'='<spaces><value><spaces>[<comment>] | 439 \ <spaces>[<comment>] 447 \ <line> ::= <spaces>setprop<spaces><name><spaces><value><spaces>[<comment>] | 448 \ <spaces>[<commen [all...] |
/titanic_51/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.h | 115 * is the total width of the string, and spaces is the number of space characters 128 int spaces; /* number of space characters */ member
|
H A D | dpost.c | 487 int spacecount = 0; /* spaces seen so far on current line */ 2421 line[1].spaces = 0; in starttext() 2475 fprintf(tf, "(%s)%d %d", line[i].str, line[i].spaces, line[i].width); in endtext() 2545 line[textcount].spaces = 1; in endstring() 2548 line[textcount].spaces++; in endstring()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | wclib.c | 302 /* process spaces and new-lines */ in wc_count() 384 /* process spaces and new-lines */ in wc_count() 385 spaces: in wc_count() 455 goto spaces; in wc_count() 481 goto spaces; in wc_count()
|
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 309 fp->spaces = 0; in getrec() 355 fp->spaces = 1; in getrec() 418 /* eliminate leading spaces */ in getrec() 419 if (fp->spaces) in getrec() 477 if (cp && fp->spaces) in outfield() 481 /*eliminate leading spaces */ in outfield()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 379 spaces: in wc_count() 437 goto spaces; in wc_count() 463 goto spaces; in wc_count()
|
H A D | join.c | 140 int spaces; member 309 fp->spaces = 0; in getrec() 355 fp->spaces = 1; in getrec() 419 if (fp->spaces) in getrec() 487 if (cp && fp->spaces) in outfield()
|
/titanic_51/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 1333 /* skip over leading spaces but preserve them */ 1474 /* back up over the ':' and any spaces */ 1553 /* back up over the '<' and any spaces */ 2013 int opos, omax, spaces; local 2037 spaces = 0; 2040 ++spaces; 2043 if (spaces > 0) 2048 ** Restrict number of spaces to half the length of buffer 2053 if (spaces > sizeof(obuf) / 2) 2054 spaces [all...] |
/titanic_51/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 88 static char *spaces(); 1145 spaces((int)((TABSTOP * (1 + flen / TABSTOP)) 1148 fieldbuf, spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP)) 1199 spaces((int)((TABSTOP * (1 + flen / TABSTOP)) 1202 fieldbuf, spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP)) 1266 spaces((int)((TABSTOP * (1 + flen / TABSTOP)) 1269 fieldbuf, spaces(cnt = 1821 spaces(howmany) in spaces() function 1824 static char space_array[] = /* 64 spaces */
|
/titanic_51/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 66 * Set the default number of spaces place between columns when listing 108 /* spaces, and any special characters and spaces in */ 890 * spaces etc.. 1147 * If another column follows the current one, pad to its start with spaces. in cpl_format_line() 1151 * The following constant string of spaces is used to pad the output. in cpl_format_line() 1153 static const char spaces[] = " "; in cpl_format_line() local 1154 static const int nspace = sizeof(spaces) - 1; in cpl_format_line() 1156 * Pad to the next column, using as few sub-strings of the spaces[] in cpl_format_line() 1162 if(write_fn(data, spaces in cpl_format_line() [all...] |
H A D | expand.c | 96 * Set the default number of spaces place between columns when listing 1416 * If another column follows the current one, pad to its start with spaces. in ef_format_line() 1420 * The following constant string of spaces is used to pad the output. in ef_format_line() 1422 static const char spaces[] = " "; in ef_format_line() local 1423 static const int nspace = sizeof(spaces) - 1; in ef_format_line() 1425 * Pad to the next column, using as few sub-strings of the spaces[] in ef_format_line() 1431 if(write_fn(data, spaces + nspace - n, n) != n) in ef_format_line()
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 589 const char *spaces = " "; in dt_print_quantline_utf8() local 618 return (dt_printf(dtp, fp, "%s %-9lld\n", spaces + i, in dt_print_quantline_utf8() 630 const char *spaces = " "; in dt_print_quantline() local 632 assert(strlen(ats) == len && strlen(spaces) == len); in dt_print_quantline() 652 spaces + depth, (long long)val / normal)); in dt_print_quantline() 659 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth, in dt_print_quantline() 672 spaces = &spaces[len]; in dt_print_quantline() 678 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth, in dt_print_quantline() 682 ats + len - depth, spaces in dt_print_quantline() [all...] |
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris.defs | 60 # macro reference doesn't allow spaces in it, e.g. $(ENVCPPFLAGS4:-Y I,%=%).
|
/titanic_51/usr/src/cmd/bnu/ |
H A D | Dialers | 132 # o4=n\r\c set option 4 to 'n' (don't disconnect on rcvd spaces) 154 # o4=n, set option 4 to 'n' (don't disconnect on rcvd spaces) 203 # o4=n, set option 4 to 'n' (don't disconnect on rcvd spaces) 243 # o4=n, set option 4 to 'n' (don't disconnect on rcvd spaces)
|