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

/haiku/src/apps/terminal/
H A DTermView.cpp303 fInline = NULL;
1244 if (!wasVisible && fInline && fInline->IsActive())
1468 if (fInline && fInline->IsActive())
1769 fInline = new (std::nothrow)
1776 delete fInline;
1777 fInline = NULL;
1781 if (fInline != NULL)
1786 if (fInline !
[all...]
H A DTermView.h317 InlineInput* fInline; member in class:TermView
/haiku/src/kits/interface/
H A DTextView.cpp908 ASSERT(fInline == NULL);
909 fInline = new InlineInput(messenger);
915 delete fInline;
916 fInline = NULL;
920 if (fInline != NULL)
925 if (fInline != NULL)
3247 fInline = NULL;
3992 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, _ascent,
4307 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, _ascent,
4321 while ((numBytes = fStyles->Iterate(fromOffset, length, fInline,
[all...]
/haiku/headers/os/interface/
H A DTextView.h458 InlineInput* fInline; member in class:BTextView
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h1282 uint8 Inline() const { return fInline; }
1341 uint8 fInline; member in class:DIESubprogram
H A DDebugInfoEntries.cpp1926 fInline(DW_INL_not_inlined),
2064 fInline = value.constant;

Completed in 85 milliseconds