/openbsd/usr.bin/mandoc/ |
H A D | term_tab.c | 52 tabs.a.n = tabs.p.n = 0; in term_tab_set() 53 tabs.r = &tabs.a; in term_tab_set() 61 tabs.r = &tabs.p; in term_tab_set() 99 if (tabs.a.n >= tabs.a.s) { in term_tab_iset() 101 tabs.a.t = mandoc_reallocarray(tabs.a.t, tabs.a.s, in term_tab_iset() 104 tabs.a.t[tabs.a.n++] = inc; in term_tab_iset() 116 tabs.a.n += tabs.p.n; in term_tab_next() 117 if (tabs.a.s < tabs.a.n) { in term_tab_next() 118 tabs.a.s = tabs.a.n; in term_tab_next() 136 memset(&tabs, 0, sizeof(tabs)); in term_tab_free() [all …]
|
/openbsd/usr.bin/less/ |
H A D | optfunc.c | 439 char tabs[60 + 11 * TABSTOP_MAX]; in opt_x() local 464 (void) strlcpy(tabs, "Tab stops ", sizeof(tabs)); in opt_x() 468 strlcat(tabs, ",", sizeof(tabs)); in opt_x() 469 (void) snprintf(tabs+strlen(tabs), in opt_x() 470 sizeof(tabs)-strlen(tabs), in opt_x() 473 (void) snprintf(tabs+strlen(tabs), in opt_x() 474 sizeof(tabs)-strlen(tabs), " and then "); in opt_x() 476 (void) snprintf(tabs+strlen(tabs), sizeof(tabs)-strlen(tabs), in opt_x() 478 p.p_string = tabs; in opt_x()
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | strpvbtm.t | 117 'preserve tabs' 123 'preserve tabs' 129 'preserve tabs' 135 'tabs are xlate to one space each' 141 'tabs are xlate to four spaces each, with correct tabstops for inner tabs' 144 my ($pod, $tabs, $xhtml, $desc) = @$spec; 151 is $tabs, $p->expand_verbatim_tabs($tabs), 152 'Set tab for XHTML to ' . (defined $tabs ? qq{"$tabs"} : 'undef');
|
H A D | cbacks.t | 48 " \t ", # spaces and tabs inside pod
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex_txt.c | 377 size_t cno, off, scno, spaces, tabs; in txt_dent() local 404 tabs = 0; in txt_dent() 406 for (; cno + COL_OFF(cno, ts) <= scno; ++tabs) in txt_dent() 412 BINC_RET(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent() 415 tp->ai = tabs + spaces; in txt_dent() 418 for (tp->len = 0; tabs > 0; --tabs) in txt_dent()
|
/openbsd/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
H A D | tabs.t | 36 This Is a test of a line with many embedded tabs 38 This Is a test of a line with many embedded tabs 41 This Is a test of a line with many embedded tabs 43 This Is a test of a line with many embedded tabs
|
/openbsd/regress/usr.bin/sdiff/ |
H A D | Makefile | 5 test-tabs test-tabends test-tabends2 test-tabends3 \ 54 test-tabs: tabs.in tabs.out 55 ${SDIFF} ${.CURDIR}/tabs.in ${.CURDIR}/tabs.in | diff -u ${.CURDIR}/tabs.out -
|
/openbsd/sys/dev/wscons/ |
H A D | wsemul_vt100_subr.c | 386 if (edp->tabs != NULL) in wsemul_vt100_handle_csi() 388 if (edp->tabs[i]) { in wsemul_vt100_handle_csi() 539 if (edp->tabs) { in wsemul_vt100_handle_csi() 541 if (edp->tabs[n]) in wsemul_vt100_handle_csi() 570 if (edp->tabs != NULL) in wsemul_vt100_handle_csi() 573 edp->tabs[edp->ccol] = 0; in wsemul_vt100_handle_csi() 576 memset(edp->tabs, 0, edp->ncols); in wsemul_vt100_handle_csi() 867 if (edp->tabs != NULL) { in wsemul_vt100_handle_dcs() 868 memset(edp->tabs, 0, edp->ncols); in wsemul_vt100_handle_dcs() 884 edp->tabs[pos - 1] = 1; in wsemul_vt100_handle_dcs() [all …]
|
H A D | wsemul_vt100.c | 187 edp->tabs = NULL; in wsemul_vt100_cnattach() 242 f(edp->tabs); in wsemul_vt100_detach() 296 if (edp->tabs) { in wsemul_vt100_reset() 297 memset(edp->tabs, 0, edp->ncols); in wsemul_vt100_reset() 299 edp->tabs[i] = 1; in wsemul_vt100_reset() 454 if (edp->tabs) { in wsemul_vt100_output_c0c1() 458 if (edp->tabs[n]) in wsemul_vt100_output_c0c1() 563 if (edp->tabs != NULL) in wsemul_vt100_output_esc() 564 edp->tabs[edp->ccol] = 1; in wsemul_vt100_output_esc() 1305 if (edp->tabs) { in wsemul_vt100_jump_scroll() [all …]
|
H A D | wsemul_vt100var.h | 62 char *tabs; member
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_tblout.c | 148 int len, tabs; local 154 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; 155 fprintf(fout, "%s", &tabstr[TABCOUNT-tabs]);
|
/openbsd/regress/usr.bin/mandoc/man/DT/ |
H A D | basic.out_ascii | 7 Default tabs are every five columns: 11 Custom tabs: column 6, then every 8 columns:
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/ |
H A D | Manifest.pm | 145 my $tabs = (5 - (length($file)+1)/8); 146 $tabs = 1 if $tabs < 1; 147 $tabs = 0 unless $text; 152 print $fh $file, "\t" x $tabs, $text, "\n";
|
/openbsd/usr.bin/comm/ |
H A D | comm.c | 46 char *tabs[] = { "", "\t", "\t\t" }; variable 96 p = tabs; in main()
|
/openbsd/usr.bin/col/ |
H A D | README | 11 -x do not compress spaces into tabs. 15 spaces into tabs. There was a -h option which caused it to compress spaces 16 into tabs. There was no -x flag.
|
/openbsd/bin/csh/USD.doc/ |
H A D | Makefile | 5 SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
|
/openbsd/usr.bin/tmux/ |
H A D | screen.c | 90 s->tabs = NULL; in screen_init() 143 free(s->tabs); in screen_free() 165 free(s->tabs); in screen_reset_tabs() 167 if ((s->tabs = bit_alloc(screen_size_x(s))) == NULL) in screen_reset_tabs() 170 bit_set(s->tabs, i); in screen_reset_tabs()
|
/openbsd/gnu/llvm/llvm/utils/vim/ |
H A D | vimrc | 53 " Add and delete spaces in increments of `shiftwidth' for tabs 65 " In Makefiles, don't expand tabs to spaces, since we need the actual tabs 70 " Delete trailing whitespace and tabs at the end of each line
|
/openbsd/etc/ |
H A D | crontab | 3 # /var/cron/tabs/root - root's crontab
|
/openbsd/usr.bin/vi/vi/ |
H A D | v_txt.c | 1651 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; in txt_ai_resolve() local 1702 tabs = 0; in txt_ai_resolve() 1704 for (; cno + COL_OFF(cno, ts) <= scno; ++tabs) in txt_ai_resolve() 1714 new = spaces + tabs; in txt_ai_resolve() 1725 for (p = tp->lb; tabs--;) in txt_ai_resolve() 1867 size_t cno, current, spaces, target, tabs; in txt_dent() local 1936 spaces = tabs = 0; in txt_dent() 1939 tabs = 0; in txt_dent() 1941 for (; cno + COL_OFF(cno, ts) <= target; ++tabs) in txt_dent() 1949 tp->ai = tabs + spaces; in txt_dent() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
H A D | scalar.tml | 78 # Newlines and tabs
|
/openbsd/usr.bin/dig/lib/dns/ |
H A D | masterdump.c | 87 static char tabs[N_TABS+1] = "\t\t\t\t\t\t\t\t\t\t"; variable 123 memmove(p, tabs, n); in indent()
|
/openbsd/distrib/sets/lists/etc/ |
H A D | mi | 58 ./var/cron/tabs/root
|
/openbsd/regress/usr.bin/jot/ |
H A D | regress.sh | 94 REGRESSION_TEST([[tabs]], [[${JOT} -s, - 10 132 4]])
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | dir-example | 233 * expand: (textutils)expand invocation. Convert tabs to spaces. 333 * tabs: (tput)Invoking tabs. Tab settings. 350 * unexpand: (textutils)unexpand invocation. Convert spaces to tabs.
|