Searched refs:_start (Results 51 - 54 of 54) sorted by relevance

123

/haiku/src/apps/mail/
H A DContent.cpp2865 TTextView::FindSpellBoundry(int32 length, int32 offset, int32 *_start, int32 *_end)
2879 *_start = start;
/haiku/headers/private/file_systems/
H A DQueryParser.h247 status_t ParseQuotedString(char** _start, char** _end);
528 Equation<QueryPolicy>::ParseQuotedString(char** _start, char** _end) argument
530 char* start = *_start;
541 *_start = start;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp1890 status_t NodeRef::_start( function in class:NodeRef
1895 "NodeRef('%s')::_start(at %lld)\n",
/haiku/src/kits/interface/
H A DTextView.cpp1573 BTextView::GetSelection(int32* _start, int32* _end) const argument
1583 if (_start)
1584 *_start = start;

Completed in 56 milliseconds

123