Searched refs:_column (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.h37 int32& _line, int32& _column);
H A DDwarfUtils.cpp240 int32& _line, int32& _column)
291 _column = (int32)column - 1;
238 GetDeclarationLocation(DwarfFile* dwarfFile, const DebugInfoEntry* entry, const char*& _directory, const char*& _file, int32& _line, int32& _column) argument
H A DDebugInfoEntry.cpp139 DebugInfoEntry::GetDeclarationColumn(uint32& _column) const
146 _column = location->column;
H A DDebugInfoEntry.h69 bool GetDeclarationColumn(uint32& _column) const;
/haiku/headers/private/shared/
H A DCalendarView.h113 SetTo(int32 _row, int32 _column) argument
116 column = _column;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp337 int32 length, int32& _column,
1555 int32& _column, BPoint& _offset)
1567 int32 nextTabStop = _NextTabStop(_column);
1568 int32 diff = nextTabStop - _column;
1569 _column = nextTabStop;
1572 _column++;
1554 _DrawLineSyntaxSection(const char* line, int32 length, int32& _column, BPoint& _offset) argument
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c767 fp->_column = -1;
769 fp->_column = c - (fp->_IO_write_ptr - fp->_IO_write_base);

Completed in 93 milliseconds