/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | CardPanel.java | 47 protected Vector tabs; field in CardPanel 57 tabs = new Vector(); in CardPanel() 86 tabs.addElement(name); in addTab() 90 tabs.insertElementAt(name, index); in addTab() 94 int size = tabs.size(); in getTab() 96 return (String)tabs.elementAt(index); in getTab() 102 return tabs.indexOf(name); in getTabIndex() 106 tabs.removeElement(name); in removeTab() 111 int index = tabs.indexOf(oldName); in renameTab() 113 tabs.removeElementAt(index); in renameTab() [all …]
|
H A D | TabbedFolder.java | 75 public TabbedFolder(String tabs[]) { in TabbedFolder() argument 76 for (int i = 0; i < tabs.length; i++) { in TabbedFolder() 77 super.addTab(tabs[i]); in TabbedFolder() 188 if (index >= 0 && index < tabs.size()) { in mouseDown() 189 String name = (String)tabs.elementAt(index); in mouseDown() 240 int len = tabs.size(); in cacheTabInfo() 251 Enumeration e = tabs.elements(); in cacheTabInfo() 254 tabx = new int[tabs.size()+1]; in cacheTabInfo() 255 tabtext = new String[tabs.size()]; in cacheTabInfo() 337 selIndex = tabs.indexOf(card); in drawTabs() [all …]
|
/titanic_44/usr/src/cmd/newform/ |
H A D | newform.c | 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 */ in outputtabs() local 908 tabs = spectbl[p]; in outputtabs() 912 if (logcol == *tabs) tabs++; in outputtabs() 917 if (logcol < *tabs) tabs--; in outputtabs() [all …]
|
/titanic_44/usr/src/lib/libxcurses/src/tabs/ |
H A D | Makefile | 71 @echo this tabs is not currently used by Solaris 72 @echo use tabs in usr/src/cmd/tabs
|
/titanic_44/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);
|
/titanic_44/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()
|
/titanic_44/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_44/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_44/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_44/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_44/usr/src/cmd/rpcgen/ |
H A D | rpc_tblout.c | 165 int tabs; in printit() local 179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit() 180 f_print(fout, "%s", &tabstr[TABCOUNT-tabs]); in printit()
|
/titanic_44/usr/src/tools/scripts/ |
H A D | jstyle.pl | 58 my $tabs = $opts{'t'}; 275 if ($tabs && /^ / && !/^ \*[ \t\/]/ && !/^ \*$/ &&
|
/titanic_44/usr/src/cmd/tabs/ |
H A D | Makefile | 27 PROG= tabs
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | vfontedpr.c | 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_44/usr/src/cmd/ |
H A D | Makefile | 405 tabs \ 700 tabs \
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | maketables | 62 FONTS=`echo "$FONTS" | sed "s/ / /gp"` # get rid of any tabs
|
/titanic_44/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_44/usr/src/lib/libcurses/screen/ |
H A D | termcap.ed | 122 /* pt: true if terminal has ^I tabs every 8 spaces */
|
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 14 of spaces, tabs and new-lines).
|
/titanic_44/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_44/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_44/usr/src/man/man1/ |
H A D | Makefile | 372 tabs.1 \
|
/titanic_44/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
|
/titanic_44/usr/src/ |
H A D | Makefile.lint | 297 cmd/tabs \
|