Searched refs:tabs (Results 1 - 25 of 38) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tabs/
H A DMakefile28 # 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
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCardPanel.java47 protected Vector tabs; field in class:CardPanel
57 tabs = new Vector();
86 tabs.addElement(name);
90 tabs.insertElementAt(name, index);
94 int size = tabs.size();
96 return (String)tabs.elementAt(index);
102 return tabs.indexOf(name);
106 tabs.removeElement(name);
111 int index = tabs.indexOf(oldName);
113 tabs
124 public Enumeration tabs() { method in class:CardPanel
[all...]
H A DTabbedFolder.java48 // Constants used for drawing the tabs
75 public TabbedFolder(String tabs[]) { argument
76 for (int i = 0; i < tabs.length; i++) {
77 super.addTab(tabs[i]);
188 if (index >= 0 && index < tabs.size()) {
189 String name = (String)tabs.elementAt(index);
231 // Cache all the information and the image needed for the tabs.
240 int len = tabs.size();
251 Enumeration e = tabs.elements();
254 tabx = new int[tabs
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tabs/
H A DMakefile29 PROG= tabs
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm72 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1)
85 do. Given a line with tabs in it, expand will replace the tabs with
86 the appropriate number of spaces. Given a line with or without tabs in
87 it, unexpand will add tabs when it can save bytes by doing so. Invisible
H A DWrap.pm183 C<Text::Wrap::wrap()> starts its work by expanding all the tabs in its
185 into tabs. If you do not want tabs in your results, set
/opensolaris-onvv-gate/usr/src/cmd/newform/
H A Dnewform.c66 /* Default tabs */
815 int *tabs; /* Pointer to tabs */ local
821 tabs = spectbl[p];
826 if (logcol >= *tabs) tabs++;
831 if (logcol < *tabs) tabs--;
834 while (logcol < *tabs) {
838 tabs
901 int *tabs; /* Pointer to tabs */ local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dtabs.t38 This Is a test of a line with many embedded tabs
40 This Is a test of a line with many embedded tabs
43 This Is a test of a line with many embedded tabs
45 This Is a test of a line with many embedded tabs
/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_tblout.c165 int tabs; local
178 /* round up to tabs required */
179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE;
180 f_print(fout, "%s", &tabstr[TABCOUNT-tabs]);
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c182 int dist, tabs, tabstop; local
190 tabs = tabstop = 0;
201 tabs = tabstop - oc / init_tabs;
202 if (0 < tabs)
218 tabs = (oc - 1) / init_tabs - tabstop;
219 if (0 < tabs)
230 if (0 < tabs) {
233 add_op(best, dir->_tab, tabs, 0);
236 /* If tabs alone get us there, then stop. */
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Drefer2.c32 extern int tabs();
144 nf = tabs(flds, one);
145 nf += tabs(flds+nf, dbuff);
158 nf = tabs(flds, one);
159 nf += tabs(flds+nf, dbuff);
H A Drefer6.c134 tabs(char *sv[], char *line) function
/opensolaris-onvv-gate/usr/src/uts/common/cpr/
H A Dcpr_stat.c173 char *fmt, *tabs; local
183 tabs = "\t\t\t";
185 tabs = "\t\t";
187 tabs = "\t";
195 printf(fmt, cep->ce_name, tabs, (int)cep->ce_ntests,
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c185 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. */
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dprivs.awk120 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)
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c83 Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff,
145 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym),
154 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym),
161 EC_OFF(foff), tfile, EC_ADDR(tabs), EC_OFF(toff),
82 Dbg_bind_global(Rt_map *flmp, Addr fabs, Off foff, Xword pltndx, Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff, const char *sym, uint_t binfo) argument
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Djstyle.pl41 -t insist on indenting by tabs
58 my $tabs = $opts{'t'};
257 # replace tabs with spaces and check again.
273 err("spaces instead of tabs");
275 if ($tabs && /^ / && !/^ \*[ \t\/]/ && !/^ \*$/ &&
277 err("indent by spaces instead of tabs");
298 err("spaces between tabs");
301 err("tabs between spaces");
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dansi.ti51 ansi+tabs,
54 it#8, use=ansi+tabs,
104 use=ansi+tabs,
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c548 int tabs=0,c,more,associative = 0; local
557 tabs=1;
575 if(tabs)
577 tabs=0;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm118 my $tabs = (5 - (length($file)+1)/8);
119 $tabs = 1 if $tabs < 1;
120 $tabs = 0 unless $text;
121 print M $file, "\t" x $tabs, $text, "\n";
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c106 * 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;
671 tabs(char *s, char *os) function
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile395 tabs \
708 tabs \
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dhp112 # Note that this clears the tabs so it must be done by tset before
113 # it sets the tabs.
151 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong).
152 hp2621-nt|2621-nt|hp 2621 w/no tabs,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm239 would cause the indents to be two tabs.
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-

Completed in 127 milliseconds

12