/titanic_51/usr/src/cmd/newform/ |
H A D | newform.c | 66 /* Default tabs */ 815 int *tabs; /* Pointer to tabs */ in inputtabs() local 821 tabs = spectbl[p]; in inputtabs() 826 if (logcol >= *tabs) tabs++; in inputtabs() 831 if (logcol < *tabs) tabs--; in inputtabs() 834 while (logcol < *tabs) { in inputtabs() 838 tabs in inputtabs() 901 int *tabs; /* Pointer to tabs */ outputtabs() local [all...] |
/titanic_51/usr/src/lib/libxcurses/src/tabs/ |
H A D | Makefile | 28 # lib/libxcurses/src/tabs/Makefile 32 # tabs.mk 56 #SRC = tabs.c 57 #EXE = tabs$E 71 @echo this tabs is not currently used by Solaris 72 @echo use tabs in usr/src/cmd/tabs
|
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 185 int dist, tabs, tabstop; local 193 tabs = tabstop = dist = 0; 204 tabs = tabstop - oc / init_tabs; 205 if (0 < tabs) 221 tabs = (oc - 1) / init_tabs - tabstop; 222 if (0 < tabs) 233 if (0 < tabs) { 236 add_op(best, dir->_tab, tabs, 0); 239 /* If tabs alone get us there, then stop. */
|
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 182 int dist, tabs, tabstop; in simp_col() local 190 tabs = tabstop = 0; in simp_col() 201 tabs = tabstop - oc / init_tabs; in simp_col() 202 if (0 < tabs) in simp_col() 218 tabs = (oc - 1) / init_tabs - tabstop; in simp_col() 219 if (0 < tabs) in simp_col() 230 if (0 < tabs) { in simp_col() 233 add_op(best, dir->_tab, tabs, 0); in simp_col() 236 /* If tabs alone get us there, then stop. */ in simp_col()
|
/titanic_51/usr/src/cmd/refer/ |
H A D | refer2.c | 32 extern int tabs(); 144 nf = tabs(flds, one); in doref() 145 nf += tabs(flds+nf, dbuff); in doref() 158 nf = tabs(flds, one); in doref() 159 nf += tabs(flds+nf, dbuff); in doref()
|
H A D | refer6.c | 134 tabs(char *sv[], char *line) in tabs() function
|
/titanic_51/usr/src/uts/common/cpr/ |
H A D | cpr_stat.c | 172 char *fmt, *tabs; in cpr_stat_event_print() local 182 tabs = "\t\t\t"; in cpr_stat_event_print() 184 tabs = "\t\t"; in cpr_stat_event_print() 186 tabs = "\t"; in cpr_stat_event_print() 194 printf(fmt, cep->ce_name, tabs, (int)cep->ce_ntests, in cpr_stat_event_print()
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | bindings.c | 83 Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff, in Dbg_bind_global() argument 145 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym), in Dbg_bind_global() 154 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym), in Dbg_bind_global() 161 EC_OFF(foff), tfile, EC_ADDR(tabs), EC_OFF(toff), in Dbg_bind_global()
|
/titanic_51/usr/src/uts/common/os/ |
H A D | privs.awk | 120 tabs = (32 - length(priv) - 1)/8 123 pdef[npriv] = "#define\t" priv substr("\t\t\t\t\t", 1, tabs) 143 tabs = (32 - length($2) - 1)/8 144 sdef[nset] = "#define\t" $2 substr("\t\t\t\t\t", 1, tabs)
|
/titanic_51/usr/src/cmd/rpcgen/ |
H A D | rpc_tblout.c | 165 int tabs; in printit() local 178 /* round up to tabs required */ in printit() 179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit() 180 f_print(fout, "%s", &tabstr[TABCOUNT-tabs]); in printit()
|
/titanic_51/usr/src/tools/scripts/ |
H A D | jstyle.pl | 40 -t insist on indenting by tabs 57 my $tabs = $opts{'t'}; 260 # replace tabs with spaces and check again. 276 err("spaces instead of tabs"); 278 if ($tabs && /^ / && !/^ \*[ \t\/]/ && !/^ \*$/ && 280 err("indent by spaces instead of tabs"); 301 err("spaces between tabs"); 304 err("tabs between spaces");
|
/titanic_51/usr/src/cmd/tabs/ |
H A D | Makefile | 27 PROG= tabs
|
/titanic_51/usr/src/cmd/vgrind/ |
H A D | vfontedpr.c | 106 * for the benefit of die-hards who aren't convinced that tabs 122 static int tabs(char *s, char *os); 644 i = tabs(Start, start) - margin / tabsize; in putKcp() 671 tabs(char *s, char *os) in tabs() function
|
/titanic_51/usr/src/cmd/ |
H A D | Makefile | 410 tabs \ 704 tabs \
|
/titanic_51/usr/src/cmd/troff/troff.d/ |
H A D | maketables | 62 FONTS=`echo "$FONTS" | sed "s/ / /gp"` # get rid of any tabs
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 548 int tabs=0,c,more,associative = 0; in nv_outnode() local 557 tabs=1; in nv_outnode() 575 if(tabs) in nv_outnode() 577 tabs=0; in nv_outnode()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 585 int scan,tabs=0,c,more,associative = 0; in nv_outnode() local 596 tabs=1; in nv_outnode() 614 if(tabs) in nv_outnode() 616 tabs=0; in nv_outnode()
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | termcap.ed | 122 /* pt: true if terminal has ^I tabs every 8 spaces */
|
/titanic_51/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
/titanic_51/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 14 of spaces, tabs and new-lines).
|
/titanic_51/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 455 char *tabs = tablist + 3 - top_level; in dump_tables() local 475 tabs + l, (void *)table, index, (uint64_t)pteval, va); in dump_tables() 507 dboot_printf("%s...\n", tabs + l); in dump_tables()
|
/titanic_51/usr/src/man/man1/ |
H A D | Makefile | 365 tabs.1 \
|
/titanic_51/usr/src/cmd/vi/port/ |
H A D | port.mk.370 | 42 # If your system expands tabs to 4 spaces you should -DTABS=4 below
|
H A D | port.mk.70 | 44 # If your system expands tabs to 4 spaces you should -DTABS=4 below
|
/titanic_51/usr/src/ |
H A D | Makefile.lint | 297 cmd/tabs \
|