Searched refs:tab (Results 51 - 75 of 121) sorted by relevance

12345

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dtdate_parse.c72 strlong_search( char* str, const struct strlong* tab, int n, long* lP ) argument
81 r = strcmp( str, tab[i].s );
88 *lP = tab[i].l;
/haiku-fatelf/src/apps/webpositive/tabview/
H A DTabManager.cpp151 SetToolTip("New tab (Cmd-T)");
259 BPopUpMenu* tabMenu = new BPopUpMenu("tab menu", true, false);
262 TabView* tab = fTabContainerView->TabAt(i); local
263 if (tab) {
264 BMenuItem* item = new BMenuItem(tab->Label(), NULL);
266 if (tab->IsFront())
540 // Immediately close tab
831 message.AddInt32("tab index", tabIndex);
856 message.AddInt32("tab index", tabIndex);
873 // removing the tab wil
905 TabView* tab = fTabContainerView->TabAt(tabIndex); local
915 WebTabView* tab = dynamic_cast<WebTabView*>(fTabContainerView->TabAt( local
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dexpand.c20 column count for tab calculations.
26 -tab1[,tab2[,...]] If only one tab stop is given, set the tabs tab1
29 0); replace any tabs beyond the tab stops given with
55 /* If nonzero, the size of all tab stops. If zero, use `tab_list' instead. */
58 /* Array of the explicit column numbers of the tab stops;
59 after `tab_list' is exhausted, each additional tab is replaced
121 -t, --tabs=LIST use comma separated list of explicit tab positions\n\
130 /* Add tab stop TABVAL to the end of `tab_list'. */
140 /* Add the comma or blank separated list of tab stops STOPS
141 to the list of tab stop
317 uintmax_t tab = tab_list[tab_index++]; local
[all...]
H A Dunexpand.c21 column count for tab calculations.
27 -tab1[,tab2[,...]] If only one tab stop is given, set the tabs tab1
30 0); preserve any blanks beyond the tab stops given.
56 /* If nonzero, the size of all tab stops. If zero, use `tab_list' instead. */
59 /* The maximum distance between tab stops. */
62 /* Array of the explicit column numbers of the tab stops;
130 -t, --tabs=LIST use comma separated LIST of tab positions (enables -a)\n\
139 /* Add tab stop TABVAL to the end of `tab_list'. */
159 /* Add the comma or blank separated list of tab stops STOPS
160 to the list of tab stop
362 uintmax_t tab = tab_list[tab_index++]; local
[all...]
/haiku-fatelf/src/servers/app/stackandtile/
H A DStacking.cpp246 Decorator::Tab* tab = parentWindow->Decorator()->TabAt( local
248 if (tab == NULL)
250 if (tab->tabRect.Contains(mousePosition)) {
H A DTiling.cpp136 Tab* tab = verticalTabs->ItemAt(i); local
137 const CrossingList* crossingList = tab->GetCrossingList();
498 SATTiling::_SearchHighlightWindow(Tab* tab, Tab* firstOrthTab, argument
504 if (!tab)
531 Crossing* crossing = tab->FindCrossing(orthTab);
/haiku-fatelf/src/tests/kits/net/preflet/
H A DNetworkSetupWindow.cpp306 BTab *tab = new BTab; local
307 fPanel->AddTab(addon_view, tab);
308 tab->SetLabel(fNetworkAddOnMap[fAddonCount]->Name());
310 // Number of tab addons total
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DFontsWindow.cpp120 BTab *tab; local
129 // --- Embedding tab ---
130 tab = new BTab();
182 tabView->AddTab(panel, tab);
183 tab->SetLabel("Embedding");
185 // --- CJK tab ---
186 tab = new BTab();
257 tabView->AddTab(panel, tab);
258 tab->SetLabel("CJK");
H A DDocInfoWindow.cpp467 BTab* tab = new BTab(); local
468 tabView->AddTab(panel, tab);
469 tab->SetLabel(label);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dtempdic.c44 static TN *defineTD(struct DM *dm, struct TD *tab, int n, struct TW *newTW, int nlen);
47 static int deleteTD(struct DM *dm, struct TD **tab, int n, Wrec *newW);
162 * tab ����������������������������������������
169 defineTD(struct DM *dm, struct TD *tab, int n, struct TW *newTW, int nlen) argument
179 tn = tab->td_node;
180 for (i = 0; i < (int)tab->td_n && tn->tn_key <= key; i++, tn++) {
215 return extendTD(tab, key, newTW);
279 * tab ������������������������
284 deleteTD(struct DM *dm, struct TD **tab, int n, Wrec *newW) argument
286 struct TD *td = *tab;
[all...]
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpcmd.y172 struct tab {
180 struct tab cmdtab[] = { /* In order defined in RFC 765 */
236 struct tab sitetab[] = {
248 static void help(struct tab *, char *);
249 static struct tab *
250 lookup(struct tab *, char *);
1184 static struct tab *
1185 lookup(struct tab *p, char *cmd)
1298 struct tab *p;
1534 help(struct tab *cta
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dxenix-link.sh73 $CC -o bash shell.o eval.o y.tab.o \
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dvp8.c405 const uint8_t* tab; local
410 for (tab = kCat3456[cat]; *tab; ++tab) {
411 v += v + VP8GetBit(br, *tab);
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2626 static struct finfo *tab = NULL;
2644 if (tab == NULL)
2645 emalloc(tab, struct finfo *, j * sizeof(struct finfo), "dump_funcs");
2651 tab[j].name = p->hname;
2652 tab[j].nlen = p->hlength;
2653 tab[j].func = p->hvalue;
2661 qsort(tab, j, sizeof(struct finfo), fcompare);
2664 pp_func(tab[i].name, tab[i].nlen, tab[
[all...]
H A DMakefile409 -rm -f *.tab.c
518 $(SHELL) $(YLWRAP) `test -f '$<' || echo '$(srcdir)/'`$< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
914 $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && sed -f $(srcdir)/bisonfix.sed < y.tab.c > $*.c && $(RM) y.tab.c
915 if test -f y.tab.h; then \
916 if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
H A Dawkgram.c260 #line 260 "y.tab.c"
272 #line 272 "y.tab.c"
2609 #line 2604 "y.tab.c"
4465 static struct finfo *tab = NULL;
4483 if (tab == NULL)
4484 emalloc(tab, struct finfo *, j * sizeof(struct finfo), "dump_funcs");
4490 tab[j].name = p->hname;
4491 tab[j].nlen = p->hlength;
4492 tab[j].func = p->hvalue;
4500 qsort(tab,
4461 static struct finfo *tab = NULL; local
4511 struct finfo *tab; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Decofflink.c1787 struct ecoff_fdrtab_entry *tab;
1813 tab = line_info->fdrtab;
1858 tab->base_addr = fdr_ptr->adr - pdr.adr;
1862 tab->base_addr = fdr_ptr->adr;
1869 tab->base_addr = fdr_ptr->adr;
1871 tab->fdr = fdr_ptr;
1872 ++tab;
1894 struct ecoff_fdrtab_entry *tab;
1900 tab = line_info->fdrtab;
1904 if (offset >= tab[mi
1783 struct ecoff_fdrtab_entry *tab; local
1890 struct ecoff_fdrtab_entry *tab; local
1940 struct ecoff_fdrtab_entry *tab; local
[all...]
H A Dmerge.c263 sec_merge_add (struct sec_merge_hash *tab, const char *str, argument
268 entry = sec_merge_hash_lookup (tab, str, alignment, TRUE);
274 tab->size++;
276 if (tab->first == NULL)
277 tab->first = entry;
279 tab->last->next = entry;
280 tab->last = entry;
/haiku-fatelf/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp88 // We need to draw a few things: the tab, the borders,
112 MacDecorator::RegionAt(BPoint where, int32& tab) const
114 // Let the base class version identify hits of the buttons and the tab.
115 Region region = Decorator::RegionAt(where, tab);
175 // calculate our tab rect
182 // TODO the tab is drawn in a fixed height for now
224 // no tab
310 // Draw the top side of the frame that is not in the tab
392 // If a window has a tab, this will draw it and any buttons which are
633 MacDecorator::_SetTitle(Tab* tab, cons argument
822 Decorator::Tab* tab = new(std::nothrow) MacDecorator::Tab; local
[all...]
/haiku-fatelf/src/libs/ncurses/tack/
H A Dinit.c154 report_cap("\\t ^I (ht)", tab);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A DMakefile138 mv y.tab.c grammar.c
139 mv y.tab.h tokdefs.h
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dframe.c328 const uint8_t* tab; local
334 tab = kCat3;
340 tab = kCat4;
346 tab = kCat5;
352 tab = kCat6;
355 VP8PutBit(bw, !!(v & mask), *tab++);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsource.c404 as space or tab. */
427 char *tab = NULL;
433 tab = strchr (name, '\t');
436 if (separator == 0 && space == 0 && tab == 0)
445 if (tab != 0 && (p == 0 || tab < p))
446 p = tab;
425 char *tab = NULL; local
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.c586 #define DEBUG_COLOR(w) (tab == TIFFFaxWhiteCodes ? w "W" : w "B")
603 putspan(TIFF* tif, int32 span, const tableentry* tab) argument
611 const tableentry* te = &tab[63 + (2560>>6)];
620 const tableentry* te = &tab[63 + (span>>6)];
629 code = tab[span].code, length = tab[span].length;
631 DEBUG_PRINT(" Term", tab[span].runlen);
/haiku-fatelf/src/bin/bash/
H A DMakefile357 CSOURCES = shell.c eval.c parse.y general.c make_cmd.c print_cmd.c y.tab.c \
385 OBJECTS = shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o $(GLOBO) \
513 y.tab.o: y.tab.c ${GRAM_H} command.h ${BASHINCDIR}/stdc.h input.h
514 ${GRAM_H}: y.tab.h
515 @-if test -f y.tab.h ; then \
516 cmp -s $@ y.tab.h 2>/dev/null || cp -p y.tab.h $@; \
518 y.tab.c y.tab
[all...]

Completed in 218 milliseconds

12345