Searched refs:doc (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/unzip/
H A Dapihelp.c92 static int function_help OF((__GPRO__ APIDocStruct *doc, char *fname));
96 static int function_help(__G__ doc, fname)
98 APIDocStruct *doc; variable
103 while (doc->compare && STRNICMP(doc->compare,slide,strlen(fname)))
104 doc++;
105 if (!doc->compare)
110 doc->function, doc->syntax, doc
123 struct APIDocStruct *doc; variable in typeref:struct:APIDocStruct
[all...]
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.cpp79 Document doc ; local
89 doc = hits->doc(j) ;
90 field = doc.getField(_T("path")) ;
104 doc = hits->doc(j) ;
105 field = doc.getField(_T("path")) ;
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.h41 bool _RemoveDocument(wchar_t* doc,
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp575 BMessage doc; local
576 be_roster->GetRecentDocuments(&doc, 1, NULL, signature);
580 if (doc.CountNames(B_REF_TYPE) > 0) {
/haiku/src/add-ons/kernel/generic/smbios/
H A Dsmbios.cpp59 uint8 doc; member in struct:smbios3::__anon5
/haiku/headers/build/os/app/
H A DRoster.h137 void AddToRecentDocuments(const entry_ref *doc,

Completed in 45 milliseconds