| /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);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| AsciiText.c | 271 int tabs[TAB_COUNT], tab; local 321 tabs[i] = (tab += 8); 323 XawTextSinkSetTabs(w->text.sink, TAB_COUNT, tabs);
|
| /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:__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/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
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_print.c | 1129 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) 1132 print_tabs(tabs, fp); 1191 unsigned tabs); 1194 print_block(nir_block *block, print_state *state, unsigned tabs) 1198 print_tabs(tabs, fp); 1214 print_tabs(tabs, fp); 1224 print_instr(instr, state, tabs); 1229 print_tabs(tabs, fp); 1239 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) 1243 print_tabs(tabs, fp) 1278 print_block(nir_cf_node_as_block(node), state, tabs); local 1282 print_if(nir_cf_node_as_if(node), state, tabs); local 1286 print_loop(nir_cf_node_as_loop(node), state, tabs); local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| disassemble.c | 123 print_quad_word(uint32_t *words, unsigned tabs) 343 unsigned tabs) 470 unsigned tabs) 682 unsigned tabs) 694 print_vector_field("vmul", word_ptr, *beginning_ptr, tabs); 704 print_scalar_field("sadd", word_ptr, *beginning_ptr, tabs); 714 print_vector_field("vadd", word_ptr, *beginning_ptr, tabs); 724 print_scalar_field("smul", word_ptr, *beginning_ptr, tabs); 734 print_vector_field("lut", word_ptr, *beginning_ptr, tabs); 870 unsigned tabs) 1082 int tabs = 0; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_print.c | 1364 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) 1367 print_tabs(tabs, fp); 1417 unsigned tabs); 1420 print_block(nir_block *block, print_state *state, unsigned tabs) 1424 print_tabs(tabs, fp); 1429 print_tabs(tabs, fp); 1439 print_instr(instr, state, tabs); 1444 print_tabs(tabs, fp); 1454 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) 1458 print_tabs(tabs, fp) 1493 print_block(nir_cf_node_as_block(node), state, tabs); local 1497 print_if(nir_cf_node_as_if(node), state, tabs); local 1501 print_loop(nir_cf_node_as_loop(node), state, tabs); local [all...] |
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextSinkP.h | 207 Position *tabs; /* The tab stops as pixel values */ member in struct:__anon5776 208 short *char_tabs; /* The tabs stops as character values */ 209 int tab_count; /* number of items in tabs */
|
| /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
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| disassemble.c | 361 print_quad_word(FILE *fp, uint32_t *words, unsigned tabs) 814 const midgard_constants *consts, unsigned tabs, bool verbose) 931 const midgard_constants *consts, unsigned tabs, bool verbose) 1170 unsigned num_quad_words, unsigned tabs, unsigned next, 1212 print_vector_field(ctx, fp, "vmul", word_ptr, *beginning_ptr, consts, tabs, verbose); 1221 print_scalar_field(ctx, fp, "sadd", word_ptr, *beginning_ptr, consts, tabs, verbose); 1230 print_vector_field(ctx, fp, "vadd", word_ptr, *beginning_ptr, consts, tabs, verbose); 1239 print_scalar_field(ctx, fp, "smul", word_ptr, *beginning_ptr, consts, tabs, verbose); 1248 print_vector_field(ctx, fp, "lut", word_ptr, *beginning_ptr, consts, tabs, verbose); 1712 unsigned tabs, unsigned in_reg_base, unsigned out_reg_base 1899 int tabs = 0; local [all...] |
| /src/sys/arch/x68k/dev/ |
| itevar.h | 91 char argbuf[ARGBUF_SIZE], *ap, *tabs; member in struct:ite_softc
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| masterdump.c | 86 * very large, the tabs and spaces needed to reach it will not fit. 253 static char tabs[N_TABS + 1] = "\t\t\t\t\t\t\t\t\t\t"; variable 289 * Output tabs and spaces to go from column '*current' to 325 memmove(p, tabs, n);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| masterdump.c | 71 * very large, the tabs and spaces needed to reach it will not fit. 235 static char tabs[N_TABS + 1] = "\t\t\t\t\t\t\t\t\t\t"; variable 271 * Output tabs and spaces to go from column '*current' to 307 memmove(p, tabs, n);
|