Searched refs:same (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h45 struct gconv_module *same; /* List of entries with identical prefix. */ member in struct:gconv_module
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp76 fSameTypeAsButton = new BButton("same type as",
78 "The same TYPE as ..."), new BMessage(kMsgSameTypeAs));
112 fSameAppAsButton = new BButton("same app as",
114 "The same APPLICATION as ..."),
148 bool same = false; local
152 same = true;
154 // Check if all entries have the same parent directory
160 same = false;
168 if (same && parent.GetName(name) == B_OK) {
360 panel.AddString("title", B_TRANSLATE("Select same typ
[all...]
/haiku/src/apps/mail/
H A DWords.cpp236 #define same(x) (vsvfn[(x) - 'A'] & 2) // FJLMNR macro
344 if (same(*n) || (n == n_start && vowel(*n))) {
732 // the same word file entry twice;
733 // It is possible for the same entry in the words file to have
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex47 themselves is the same. We call it the resources format.
220 seems to be unused, always containing the same data.
326 Must be the same value as given in the resources header for
390 It always contains the same data given by \code{kUnusedResourceDataPattern}:
401 These fields contain the same kind of data. To understand what the value for a
422 resource. Subsequent infos for resources of the same type are collected in
609 header is unclear. The same holds for the resource index section header.}

Completed in 36 milliseconds