/illumos-gate/usr/src/cmd/mandoc/ |
H A D | term_tab.c | 37 } tabs; variable 53 tabs.a.n = tabs.p.n = 0; in term_tab_set() 55 if (tabs.d == 0) { in term_tab_set() 57 tabs.d = term_hen(p, &su); in term_tab_set() 78 tl = recording_period ? &tabs.p : &tabs.a; in term_tab_set() 100 if (tabs.a.n >= tabs.a.s) { in term_tab_iset() 101 tabs.a.s += 8; in term_tab_iset() 102 tabs.a.t = mandoc_reallocarray(tabs.a.t, tabs.a.s, in term_tab_iset() 103 sizeof(*tabs.a.t)); in term_tab_iset() 105 tabs.a.t[tabs.a.n++] = inc; in term_tab_iset() [all …]
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 813 int *tabs; /* Pointer to tabs */ in inputtabs() local 819 tabs = spectbl[p]; in inputtabs() 824 if (logcol >= *tabs) tabs++; in inputtabs() 829 if (logcol < *tabs) tabs--; in inputtabs() 832 while (logcol < *tabs) { in inputtabs() 836 tabs++; in inputtabs() 899 int *tabs; /* Pointer to tabs */ in outputtabs() local 906 tabs = spectbl[p]; in outputtabs() 910 if (logcol == *tabs) tabs++; in outputtabs() 915 if (logcol < *tabs) tabs--; in outputtabs() [all …]
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 183 int dist, tabs, tabstop; local 191 tabs = tabstop = dist = 0; 202 tabs = tabstop - oc / init_tabs; 203 if (0 < tabs) 219 tabs = (oc - 1) / init_tabs - tabstop; 220 if (0 < tabs) 231 if (0 < tabs) { 234 add_op(best, dir->_tab, tabs, 0);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 180 int dist, tabs, tabstop; in simp_col() local 188 tabs = tabstop = 0; in simp_col() 199 tabs = tabstop - oc / init_tabs; in simp_col() 200 if (0 < tabs) in simp_col() 216 tabs = (oc - 1) / init_tabs - tabstop; in simp_col() 217 if (0 < tabs) in simp_col() 228 if (0 < tabs) { in simp_col() 231 add_op(best, dir->_tab, tabs, 0); in simp_col()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer2.c | 30 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 | 132 tabs(char *sv[], char *line) in tabs() function
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* m… in extract() argument 1112 printf("%s%s", spec, TABS(*tabs++)); in extract() 1117 printf("%s", TABS(*tabs++)); in extract() 1119 printf("%s", TABS(*tabs++)); in extract() 1127 printf("%s%s", TABS(*tabs++), msg); in extract() 1138 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg,… in catchfree() argument 1154 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test); in catchfree() 1253 int tabs[6]; in main() local 1517 tabs[i - 1] = j; in main() 1913 extract(tabs, line, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test|TEST_OK); in main() [all …]
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/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)
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/os-tests/tests/definit/ |
H A D | init.data | 5 # comment indented with tabs 6 # comment indented with both spaces and tabs 7 # comment indented with alternating spaces and tabs
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | jstyle.pl | 57 my $tabs = $opts{'t'}; 278 if ($tabs && /^ / && !/^ \*[ \t\/]/ && !/^ \*$/ &&
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.multiaggs.d.out | 7 tabs
|
/illumos-gate/usr/src/cmd/tabs/ |
H A D | Makefile | 28 PROG= tabs
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vfontedpr.c | 120 static int tabs(char *s, char *os); 642 i = tabs(Start, start) - margin / tabsize; in putKcp() 669 tabs(char *s, char *os) in tabs() function
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 414 tabs \ 714 tabs \
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | maketables | 62 FONTS=`echo "$FONTS" | sed "s/ / /gp"` # get rid of any tabs
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | termcap.ed | 121 /* pt: true if terminal has ^I tabs every 8 spaces */
|
/illumos-gate/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 -*-
|
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 14 of spaces, tabs and new-lines).
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 359 tabs.1 \
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 474 char *tabs = tablist + 3 - top_level; in dump_tables() local 494 tabs + l, (void *)table, index, (uint64_t)pteval, va); in dump_tables() 526 dboot_printf("%s...\n", tabs + l); in dump_tables()
|