| /src/external/bsd/mdocml/dist/ |
| term_tab.c | 37 } tabs; variable in typeref:struct:__anon7295 50 /* Special arguments: clear all tabs or switch lists. */ 53 tabs.a.n = tabs.p.n = 0; 55 if (tabs.d == 0) { 57 tabs.d = term_hen(p, &su); 78 tl = recording_period ? &tabs.p : &tabs.a; 100 if (tabs.a.n >= tabs.a.s) [all...] |
| /src/usr.bin/tabs/ |
| Makefile | 3 PROG= tabs
|
| tabs.c | 1 /* $NetBSD: tabs.c,v 1.6 2021/08/27 18:28:41 rillig Exp $ */ 36 __RCSID("$NetBSD: tabs.c,v 1.6 2021/08/27 18:28:41 rillig Exp $"); 75 "usage: tabs [-n|-a|-a2|-c|-c2|-c3|-f|-p|-s|-u] [+m[n]]" 77 " tabs [-T type] [+[n]] n1[,n2,...]\n"); 85 char *term, *arg, *token, *end, *tabs = NULL, *p; local 112 tabs = argv[i]; 120 tabs = argv[i + 1]; 146 if (tabs == NULL && spec != NULL) 147 tabs = strdup(spec); 149 if (tabs != NULL [all...] |
| /src/bin/csh/USD.doc/ |
| Makefile | 6 SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.ap csh.g
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| html-table.h | 43 class tabs { class 45 tabs (); 46 ~tabs (); 99 tabs *tab_stops; /* tab stop positions */
|
| html-table.cpp | 46 tabs::tabs () function in class:tabs 51 tabs::~tabs () 60 void tabs::delete_list (void) 73 void tabs::clear (void) 85 int tabs::compatible (const char *s) 126 void tabs::init (const char *s) 171 void tabs::check_init (const char *s) 181 int tabs::find_tab (int pos [all...] |
| /src/lib/libc/gen/ |
| 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);
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_txt.c | 392 size_t cno, off, scno, spaces, tabs; local 416 * Count up spaces/tabs needed to get to the target. 419 tabs = 0; 421 for (; cno + COL_OFF(cno, ts) <= scno; ++tabs) 427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); 430 tp->ai = tabs + spaces; 433 for (tp->len = 0; tabs > 0; --tabs)
|
| /src/usr.bin/rpcgen/ |
| rpc_tblout.c | 162 int tabs; local 168 /* round up to tabs required */ 169 tabs = (TABSTOP - len + TABSIZE - 1) / TABSIZE; 170 f_print(fout, "%s", &tabstr[TABCOUNT - tabs]);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-inferior.cc | 102 tabs, or newlines -- see breakup_args(). */
|
| /src/distrib/sets/ |
| 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...] |
| /src/usr.bin/comm/ |
| comm.c | 58 static const char *tabs[] = { "", "\t", "\t\t" }; variable 108 p = tabs;
|
| /src/lib/libform/ |
| internals.h | 95 _formi_tab_t *tabs; member in struct:_formi_field_lines
|
| internals.c | 231 new->tabs = NULL; 240 if (row->tabs != NULL) { 241 tp = row->tabs; 242 if ((new->tabs = malloc(sizeof(*new->tabs))) == NULL) { 248 memcpy(new->tabs, row->tabs, sizeof(*new->tabs)); 249 new->tabs->back = NULL; 250 new->tabs->fwd = NULL [all...] |
| /src/crypto/external/bsd/heimdal/dist/include/ |
| bits.c | 57 size_t tabs; \ 60 tabs = 5 - strlen(tmp2) / 8; \ 62 while(tabs-- > 0) fprintf(f, "\t"); \
|
| /src/sys/dev/wscons/ |
| wsemul_vt100_subr.c | 334 KASSERT(vd->tabs != NULL); 337 if (vd->tabs[i]) { 480 if (vd->tabs) { 482 if (vd->tabs[n]) 501 KASSERT(vd->tabs != NULL); 504 vd->tabs[vd->ccol] = 0; 507 memset(vd->tabs, 0, vd->ncols); 834 KASSERT(vd->tabs != NULL); 836 memset(vd->tabs, 0, vd->ncols); 856 vd->tabs[pos - 1] = 1 [all...] |
| wsemul_vt100.c | 230 vd->tabs = 0; 260 vd->tabs = malloc(1024, M_DEVBUF, M_WAITOK); 282 f(vd->tabs) 349 if (vd->tabs) { 350 memset(vd->tabs, 0, vd->ncols); 352 vd->tabs[i] = 1; 482 if (vd->tabs) { 486 if (vd->tabs[n]) 595 KASSERT(vd->tabs != 0); 596 vd->tabs[vd->ccol] = 1 [all...] |
| vt100_base.h | 55 char *tabs; member in struct:vt100base_data
|
| /src/sbin/pppoectl/ |
| 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) 610 for (i = 0; i < tabs; i++) 612 if (tabs > 0) 621 for (i = 0; i < tabs; i++) 623 if (tabs > 0)
|
| /src/usr.bin/make/unit-tests/ |
| escape.exp | 47 VAR1BSNLtt=:first line two tabs on second line: 48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| symtabs.c | 77 symtab_add(char *key, struct tree **first, int *tabs, int *stlen) 87 switch (*tabs) { 91 (*tabs)++; 135 if ((*tabs)++ == 1) {
|
| /src/external/mit/xorg/bin/xterm/ |
| Makefile | 10 misc.c print.c ptydata.c screen.c scrollback.c scrollbar.c tabs.c \
|
| /src/tests/usr.bin/sdiff/ |
| t_sdiff.sh | 65 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
|
| /src/external/bsd/tmux/dist/ |
| screen.c | 89 s->tabs = NULL; 152 free(s->tabs); 172 /* Reset tabs to default, eight spaces apart. */ 178 free(s->tabs); 180 if ((s->tabs = bit_alloc(screen_size_x(s))) == NULL) 183 bit_set(s->tabs, i);
|
| /src/usr.bin/vgrind/ |
| vfontedpr.c | 79 static int tabs(char *, char *); 557 i = tabs(x_start, start) - margin / 8; 582 tabs(char *s, char *os) function
|