Searched refs:tabsize (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt_internal.h67 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
/haiku-fatelf/src/libs/libfdt/
H A Dfdt.c201 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) argument
204 const char *last = strtab + tabsize - len;
/haiku-fatelf/src/bin/coreutils/src/
H A Dls.c692 static size_t tabsize; variable
842 {"tabsize", required_argument, NULL, 'T'},
1613 tabsize = 8;
1620 tabsize = tmp_ulong;
1822 tabsize = tmp_ulong;
1896 tabsize = 0;
4404 if (tabsize != 0 && to / tabsize > (from + 1) / tabsize)
4407 from += tabsize
[all...]
H A Dtail.c1247 wd_hasher (const void *entry, size_t tabsize) argument
1250 return spec->wd % tabsize;
H A Dsort.c579 proctab_hasher (const void *entry, size_t tabsize) argument
582 return node->pid % tabsize;
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c2550 static int LINES, COLS, tabsize; variable
2586 if ((to / tabsize) > (from / tabsize))
2589 from += tabsize - from % tabsize;
2671 tabsize = (t && *t) ? atoi (t) : 8;
2672 if (tabsize <= 0)
2673 tabsize = 8;
2675 tabsize = 8;
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesw.h808 int tabsize() const { initialize(); return TABSIZE; } function in class:NCursesWindow

Completed in 203 milliseconds