| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | term_tab.c | 35 } tabs; variable 51 tabs.a.n = tabs.p.n = 0; in term_tab_set() 53 if (tabs.d == 0) { in term_tab_set() 55 tabs.d = term_hen(p, &su); in term_tab_set() 76 tl = recording_period ? &tabs.p : &tabs.a; in term_tab_set() 98 if (tabs.a.n >= tabs.a.s) { in term_tab_iset() 99 tabs.a.s += 8; in term_tab_iset() 100 tabs.a.t = mandoc_reallocarray(tabs.a.t, tabs.a.s, in term_tab_iset() 101 sizeof(*tabs.a.t)); in term_tab_iset() 103 tabs.a.t[tabs.a.n++] = inc; in term_tab_iset() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | html-table.cpp | 46 tabs::tabs () in tabs() function in tabs 51 tabs::~tabs () in ~tabs() 60 void tabs::delete_list (void) in delete_list() 73 void tabs::clear (void) in clear() 85 int tabs::compatible (const char *s) in compatible() 126 void tabs::init (const char *s) in init() 171 void tabs::check_init (const char *s) in check_init() 181 int tabs::find_tab (int pos) in find_tab() 198 int tabs::get_tab_pos (int n) in get_tab_pos() 211 char tabs::get_tab_align (int n) in get_tab_align() [all …]
|
| H A D | html-table.h | 43 class tabs { 45 tabs (); 46 ~tabs (); 99 tabs *tab_stops; /* tab stop positions */
|
| /netbsd-src/usr.bin/tabs/ |
| H A D | tabs.c | 85 char *term, *arg, *token, *end, *tabs = NULL, *p; in main() local 112 tabs = argv[i]; in main() 120 tabs = argv[i + 1]; in main() 146 if (tabs == NULL && spec != NULL) in main() 147 tabs = strdup(spec); in main() 149 if (tabs != NULL) in main() 153 p = tabs; in main()
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | proc-special.lt | 35 and some tabs here ok. 38 …__________________________________________________________and some tabs here ok._____… 40 …__________________________________________________________and some tabs here ok._____… 42 …__________________________________________________________and some tabs here ok._____… 44 …__________________________________________________________and some tabs here ok._____… 46 …__________________________________________________________and some tabs here ok._____… 48 …__________________________________________________________and some tabs here ok._____… 50 …__________________________________________________________and some tabs here ok._____… 52 …__________________________________________________________and some tabs here ok._____… 54 …__________________________________________________________and some tabs here ok._____… [all …]
|
| /netbsd-src/distrib/sets/ |
| H A D | fmt-list | 52 local function tabs(str, width) function 54 local tabs = ("\t"):rep((width - strwidth + 7) // 8) 55 if tabs == "" then 58 assert(tabs ~= "") 59 return tabs 63 assert_equals(tabs("", 8), "\t") 64 assert_equals(tabs("1234567", 8), "\t") 65 assert_equals(tabs("", 64), "\t\t\t\t\t\t\t\t") 269 -- The flags are already aligned, 4 tabs to the right of the category. 281 -- Amend the entries by the tabs used for alignment. [all …]
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_txt.c | 392 size_t cno, off, scno, spaces, tabs; in txt_dent() local 419 tabs = 0; in txt_dent() 421 for (; cno + COL_OFF(cno, ts) <= scno; ++tabs) in txt_dent() 427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent() 430 tp->ai = tabs + spaces; in txt_dent() 433 for (tp->len = 0; tabs > 0; --tabs) in txt_dent()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | errlist.awk | 38 function tabs(desc) { function 56 printf("\t\"%s\",%s/* %d - %s */\n", desc, tabs(desc), number, name); 60 printf("\t\"%s\\0\"%s/* %d - %s */\n", desc, tabs(desc), number, name);
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wsemul_vt100_subr.c | 334 KASSERT(vd->tabs != NULL); in wsemul_vt100_handle_csi() 337 if (vd->tabs[i]) { in wsemul_vt100_handle_csi() 480 if (vd->tabs) { in wsemul_vt100_handle_csi() 482 if (vd->tabs[n]) in wsemul_vt100_handle_csi() 501 KASSERT(vd->tabs != NULL); in wsemul_vt100_handle_csi() 504 vd->tabs[vd->ccol] = 0; in wsemul_vt100_handle_csi() 507 memset(vd->tabs, 0, vd->ncols); in wsemul_vt100_handle_csi() 784 KASSERT(vd->tabs != NULL); in wsemul_vt100_handle_dcs() 786 memset(vd->tabs, 0, vd->ncols); in wsemul_vt100_handle_dcs() 806 vd->tabs[pos - 1] = 1; in wsemul_vt100_handle_dcs() [all …]
|
| H A D | wsemul_vt100.c | 230 vd->tabs = 0; in wsemul_vt100_cnattach() 260 vd->tabs = malloc(1024, M_DEVBUF, M_WAITOK); in wsemul_vt100_attach() 282 f(vd->tabs) in wsemul_vt100_detach() 349 if (vd->tabs) { in wsemul_vt100_reset() 350 memset(vd->tabs, 0, vd->ncols); in wsemul_vt100_reset() 352 vd->tabs[i] = 1; in wsemul_vt100_reset() 482 if (vd->tabs) { in wsemul_vt100_output_c0c1() 486 if (vd->tabs[n]) in wsemul_vt100_output_c0c1() 595 KASSERT(vd->tabs != 0); in wsemul_vt100_output_esc() 596 vd->tabs[vd->ccol] = 1; in wsemul_vt100_output_esc()
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_tblout.c | 162 int tabs; in printit() local 169 tabs = (TABSTOP - len + TABSIZE - 1) / TABSIZE; in printit() 170 f_print(fout, "%s", &tabstr[TABCOUNT - tabs]); in printit()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/ |
| H A D | blanks.example.com.zone | 20 ; line with tabs followed by comment 22 ; Final line with spaces, tabs and comment
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/127.0.0.1/ |
| H A D | blanks.example.com.zone | 20 ; line with tabs followed by comment 22 ; Final line with spaces, tabs and comment
|
| /netbsd-src/lib/libform/ |
| H A D | internals.c | 231 new->tabs = NULL; in copy_row() 240 if (row->tabs != NULL) { in copy_row() 241 tp = row->tabs; in copy_row() 242 if ((new->tabs = malloc(sizeof(*new->tabs))) == NULL) { in copy_row() 248 memcpy(new->tabs, row->tabs, sizeof(*new->tabs)); in copy_row() 249 new->tabs->back = NULL; in copy_row() 250 new->tabs->fwd = NULL; in copy_row() 253 newt = new->tabs; in copy_row() 258 tp = new->tabs; in copy_row() 475 if (row->tabs != NULL) { in destroy_row_list() [all …]
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | ins_wstr | 30 # Check handling of tabs 38 # Now insert a few tabs...
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
| H A D | bits.c | 57 size_t tabs; \ 60 tabs = 5 - strlen(tmp2) / 8; \ 62 while(tabs-- > 0) fprintf(f, "\t"); \
|
| /netbsd-src/usr.bin/col/ |
| H A D | README | 9 -x do not compress spaces into tabs. 13 spaces into tabs. There was a -h option which caused it to compress spaces 14 into tabs. There was no -x flag.
|
| /netbsd-src/sbin/pppoectl/ |
| H A D | pppoectl.c | 61 static void print_dns(const char *ifname, int dns1, int dns2, int s, int tabs); 600 print_dns(const char *ifname, int dns1, int dns2, int s, int tabs) in print_dns() argument 610 for (i = 0; i < tabs; i++) in print_dns() 612 if (tabs > 0) in print_dns() 621 for (i = 0; i < tabs; i++) in print_dns() 623 if (tabs > 0) in print_dns()
|
| /netbsd-src/usr.bin/comm/ |
| H A D | comm.c | 58 static const char *tabs[] = { "", "\t", "\t\t" }; variable 108 p = tabs; in main()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | symtabs.c | 77 symtab_add(char *key, struct tree **first, int *tabs, int *stlen) in symtab_add() argument 87 switch (*tabs) { in symtab_add() 91 (*tabs)++; in symtab_add() 135 if ((*tabs)++ == 1) { in symtab_add()
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/ |
| H A D | typesetting.mom | 34 .UNDERSCORE 3.75p "T\*[BU 4]asting notes using padding, string tabs \ 43 \# The following uses a combination of padding, string tabs, and the 44 \# FWD escape to set up five tabs with 1-pica gutters stretched over 51 \# Now that the string tabs have been marked off, we "set" them. 54 .ST 2 L QUAD \" Remaining tabs are flush left/rag right, fill mode 69 .TQ \" Quit tabs 304 to use (string) tabs, as seen in Example 4. 308 indents and string tabs in use. 382 .UNDERSCORE 3.75p "A \*[BU 2]recipe for nested lists using string tabs" 389 Although setting up string tabs is a bit more complex than setting [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | escape.mk | 179 two tabs on second line 181 many spaces and tabs [ ] on second line
|
| H A D | escape.exp | 47 VAR1BSNLtt=:first line two tabs on second line: 48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
|
| /netbsd-src/tests/usr.bin/sdiff/ |
| H A D | t_sdiff.sh | 65 atf_test_case tabs 198 atf_add_test_case tabs
|
| /netbsd-src/external/apache2/llvm/dist/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
|