HomeSort by: relevance | last modified time | path
    Searched defs:tabs (Results 1 - 12 of 12) 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/usr.bin/comm/
comm.c 58 static const char *tabs[] = { "", "\t", "\t\t" }; variable in typeref:typename:const char * []
108 p = tabs;
  /src/usr.bin/rpcgen/
rpc_tblout.c 162 int tabs; local in function:printit
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 in function:main
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/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 in typeref:typename:int
  /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/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 in function:drm_dp_mst_dump_mstb
4543 for (i = 0; i < tabs; i++)

Completed in 22 milliseconds