HomeSort by: relevance | last modified time | path
    Searched defs:tabs (Results 1 - 23 of 23) sorted by relevancy

  /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/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/external/bsd/mdocml/dist/
term_tab.c 37 } tabs; variable in typeref:struct:__anon4984
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/comm/
comm.c 58 static const char *tabs[] = { "", "\t", "\t\t" }; variable
108 p = 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/usr.bin/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/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/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/libform/
internals.h 95 _formi_tab_t *tabs; member in struct:_formi_field_lines
  /src/sys/dev/wscons/
vt100_base.h 55 char *tabs; member in struct:vt100base_data
  /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
  /src/sys/arch/amiga/dev/
itevar.h 57 u_char *tabs; member in struct:ite_softc
  /src/sys/arch/atari/dev/
itevar.h 63 u_char *tabs; member in struct:ite_softc
  /src/external/bsd/nvi/dist/vi/
v_txt.c 293 * Set the input flag, so tabs get displayed correctly
1266 * (0177), except for tabs. Unknown is a key word here.
1689 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; local
1730 * If there are no spaces, or no tabs after spaces and less than
1738 /* Count up spaces/tabs needed to get to the target. */
1740 tabs = 0;
1742 for (; cno + COL_OFF(cno, ts) <= scno; ++tabs)
1752 new = spaces + tabs;
1763 for (p = tp->lb; tabs--;)
1905 size_t cno, current, spaces, target, tabs; local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 258 tab_stops tabs; member in class:environment
env.cpp 690 tabs(units_per_inch/2, TAB_LEFT),
782 tabs(e->tabs),
835 tabs = e->tabs;
2534 /* tabs */
2765 tab_stops tabs; local
2790 tabs.add_tab(pos, type, repeated);
2795 curenv->tabs = tabs;
    [all...]
  /src/sys/arch/x68k/dev/
itevar.h 91 char argbuf[ARGBUF_SIZE], *ap, *tabs; member in struct:ite_softc
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 4539 int tabs = mstb->lct; local
4543 for (i = 0; i < tabs; i++)
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 604 if (((XmTabsWidget)self)->xmTabs.tabWidthPercentage != 0) { /* Fixed width tabs */
611 } else if (((XmTabsWidget)self)->xmTabs.labels == NULL) { /* Empty tabs */
618 } else { /* Variable width tabs */
629 delta = (length - sum)/(n - 1); /* Between tabs */
3071 /* Change tabs. We must manually inform the UI which tab is current */
3102 Widget tabs;
3121 /* tabs go on the top */
3122 tabs = XtVaCreateManagedWidget( "tabs",
3144 XtAddCallback( tabs,
3093 Widget tabs; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 807 // Get complete List of tabs
813 //Vector<void*> *tabs = dbeSession->get_TabList();
814 //return tabs;
819 // Returns list of available tabs
828 // make sure the tabs are initialized properly
830 Vector<DispTab*> *tabs = dbev->get_TabList (); local
832 // Get number of available tabs
834 Vec_loop (DispTab*, tabs, index, dsptab)
845 // Build list of avaliable tabs
848 Vec_loop (DispTab*, tabs, index, dsptab
871 Vector<DispTab*> *tabs = dbev->get_TabList (); local
901 Vector<DispTab*> *tabs = dbev->get_TabList (); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 807 // Get complete List of tabs
813 //Vector<void*> *tabs = dbeSession->get_TabList();
814 //return tabs;
819 // Returns list of available tabs
828 // make sure the tabs are initialized properly
830 Vector<DispTab*> *tabs = dbev->get_TabList (); local
832 // Get number of available tabs
834 Vec_loop (DispTab*, tabs, index, dsptab)
845 // Build list of avaliable tabs
848 Vec_loop (DispTab*, tabs, index, dsptab
871 Vector<DispTab*> *tabs = dbev->get_TabList (); local
901 Vector<DispTab*> *tabs = dbev->get_TabList (); local
    [all...]
  /src/external/bsd/tmux/dist/
tmux.h 983 bitstr_t *tabs; member in struct:screen

Completed in 208 milliseconds