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

/haiku-fatelf/src/apps/terminal/
H A DTermView.cpp566 fInline = NULL;
1255 if (!wasVisible && fInline && fInline->IsActive())
1464 if (fInline && fInline->IsActive())
1907 fInline = new (std::nothrow)
1914 delete fInline;
1915 fInline = NULL;
1919 if (fInline != NULL)
1924 if (fInline !
[all...]
H A DTermView.h256 InlineInput* fInline; member in class:TermView
/haiku-fatelf/src/kits/interface/
H A DTextView.cpp942 ASSERT(fInline == NULL);
943 fInline = new InlineInput(messenger);
949 delete fInline;
950 fInline = NULL;
954 if (fInline != NULL)
959 if (fInline != NULL)
3383 fInline = NULL;
4002 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, outAscent,
4279 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, outAscent,
4293 while ((numBytes = fStyles->Iterate(fromOffset, length, fInline,
[all...]
/haiku-fatelf/headers/os/interface/
H A DTextView.h447 InlineInput* fInline; member in class:BTextView
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntries.cpp1842 fInline(DW_INL_not_inlined),
1971 fInline = value.constant;
H A DDebugInfoEntries.h1230 uint8 Inline() const { return fInline; }
1283 uint8 fInline; member in class:DIESubprogram

Completed in 138 milliseconds