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

12

/freebsd-12-stable/contrib/mandoc/
H A Dterm_tab.c35 } tabs; variable in typeref:struct:__anon6026
48 /* Special arguments: clear all tabs or switch lists. */
51 tabs.a.n = tabs.p.n = 0;
53 if (tabs.d == 0) {
55 tabs.d = term_hen(p, &su);
76 tl = recording_period ? &tabs.p : &tabs.a;
98 if (tabs.a.n >= tabs
[all...]
/freebsd-12-stable/usr.bin/tabs/
H A DMakefile3 PROG= tabs
/freebsd-12-stable/share/doc/usd/04.csh/
H A DMakefile5 SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_txt.c383 size_t cno, off, scno, spaces, tabs; local
407 * Count up spaces/tabs needed to get to the target.
409 for (cno = 0, tabs = 0; cno + COL_OFF(cno, ts) <= scno; ++tabs)
414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
417 tp->ai = tabs + spaces;
420 for (tp->len = 0; tabs > 0; --tabs)
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_tblout.c153 int tabs; local
159 /* round up to tabs required */
160 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE;
161 f_print(fout, "%s", &tabstr[TABCOUNT-tabs]);
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dept.c128 int i, t, tabs;
134 tabs = 3 - nlevels;
135 for (t = 0; t < tabs; t++)
145 for (t = 0; t < tabs; t++)
/freebsd-12-stable/usr.bin/jot/tests/
H A Dregress.sh45 REGRESSION_TEST(`tabs', `jot -s, - 10 132 4')
H A DMakefile45 ${PACKAGE}FILES+= regress.tabs.out
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Descape.exp47 printf "%s=:%s:\n" VAR1BSNL00 first\ line; printf "%s=:%s:\n" VAR1BSNL0 first\ line\ no\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLs first\ line\ one\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLss first\ line\ two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLtt first\ line\ two\ tabs\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLxx first\ line\ many\ spaces\ and\ tabs\ \[\ \ \ \ \]\ on\ second\ line;
53 VAR1BSNLtt=:first line two tabs on second line:
54 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
H A Descape.mk178 two tabs on second line
180 many spaces and tabs [ ] on second line
/freebsd-12-stable/usr.bin/comm/
H A Dcomm.c62 static const char *tabs[] = { "", "\t", "\t\t" }; variable
114 p = tabs;
/freebsd-12-stable/contrib/ncurses/progs/
H A DMakefile.in136 GET_PROGS = infocmp$x clear$x tabs$x tput$x tset$x toe$x
171 actual_tabs = `echo tabs$x| $(TRANSFORM)`
206 $(LIBTOOL_INSTALL) $(INSTALL_PROG) tabs$x $(DESTDIR)$(bindir)/$(actual_tabs)
253 $(MODEL)/tabs$o
255 tabs$x: $(DEPS_TABS) $(DEPS_TABS)
319 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tabs.c $(LINT_LIBS)
/freebsd-12-stable/crypto/heimdal/include/
H A Dbits.c55 size_t tabs; \
58 tabs = 5 - strlen(tmp2) / 8; \
60 while(tabs-- > 0) fprintf(f, "\t"); \
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h162 void dump_portinfo(void *pi, int tabs);
H A Dibdiag_common.c901 void dump_portinfo(void *pi, int tabs) argument
908 for (i=0;i<tabs;i++)
922 for (i=0;i<tabs;i++)
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/sdiff/
H A Dt_sdiff.sh65 atf_test_case tabs
68 atf_set "descr" "Checks comparing files containing tabs"
79 atf_set "descr" "Checks correct handling of lines ended with tabs"
198 atf_add_test_case tabs
/freebsd-12-stable/usr.bin/sdiff/tests/
H A Dsdiff_test.sh66 atf_test_case tabs
69 atf_set "descr" "Checks comparing files containing tabs"
80 atf_set "descr" "Checks correct handling of lines ended with tabs"
199 atf_add_test_case tabs
/freebsd-12-stable/usr.bin/vgrind/
H A Dvfontedpr.c77 static int tabs(char *, char *);
572 i = tabs(s_start, start) - margin / 8;
597 tabs(char *s, char *os) function
/freebsd-12-stable/contrib/ldns/ldns/
H A Ddnssec_verify.h169 * \param[in] tabs Prepend each line with tabs*2 spaces
174 size_t tabs,
187 * \param[in] tabs Prepend each line with tabs*2 spaces
193 size_t tabs,
/freebsd-12-stable/contrib/ldns/
H A Ddnssec_verify.c502 size_t tabs,
522 print_tabs(out, tabs, sibmap, treedepth);
532 if (tabs > 0) {
557 sibmap[tabs] = 1;
559 sibmap[tabs] = 0;
567 print_tabs(out, tabs + 1, sibmap, treedepth);
568 if (tabs == 0 &&
580 print_tabs(out, tabs + 1, sibmap, treedepth);
589 print_tabs(out, tabs + 1, sibmap, treedepth);
613 tabs
499 ldns_dnssec_trust_tree_print_sm_fmt(FILE *out, const ldns_output_format *fmt, ldns_dnssec_trust_tree *tree, size_t tabs, bool extended, uint8_t *sibmap, size_t treedepth) argument
632 ldns_dnssec_trust_tree_print_fmt(FILE *out, const ldns_output_format *fmt, ldns_dnssec_trust_tree *tree, size_t tabs, bool extended) argument
642 ldns_dnssec_trust_tree_print(FILE *out, ldns_dnssec_trust_tree *tree, size_t tabs, bool extended) argument
[all...]
/freebsd-12-stable/contrib/nvi/vi/
H A Dv_txt.c284 * Set the input flag, so tabs get displayed correctly
1258 * (0177), except for tabs. Unknown is a key word here.
1683 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; local
1724 * If there are no spaces, or no tabs after spaces and less than
1730 /* Count up spaces/tabs needed to get to the target. */
1731 for (cno = 0, tabs = 0; cno + COL_OFF(cno, ts) <= scno; ++tabs)
1740 new = spaces + tabs;
1751 for (p = tp->lb; tabs--;)
1895 size_t cno, current, spaces, target, tabs; local
[all...]
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter.c93 * @param tabs number of tabs to add
96 ucl_add_tabs (const struct ucl_emitter_functions *func, unsigned int tabs, argument
99 if (!compact && tabs > 0) {
100 func->ucl_emitter_append_character (' ', tabs * 4, func->ud);
/freebsd-12-stable/usr.bin/
H A DMakefile152 tabs \
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1189 uint32_t rxcomp, txgain, coeff, rfpwr, *tabs; local
1194 tabs = (uint32_t *)malloc(sizeof(uint32_t) * size, M_DEVBUF,
1196 if (tabs == NULL) {
1209 BWN_TAB_4(7, 0x140), size, tabs);
1219 BWN_TAB_4(7, 0x140), size, tabs);
1274 free(tabs, M_DEVBUF);
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend348 usr.bin/tabs \

Completed in 163 milliseconds

12