Searched refs:history (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/mail/
H A DKUndoBuffer.h19 int32 offset, undo_type history,
50 int32 offset, undo_type history,
56 undo_type* history, int32* cursor_pos);
59 undo_type* history, int32* cursor_pos,
72 int32 offset, undo_type history,
H A DKUndoBuffer.cpp8 undo_type history, int32 cursor_pos)
12 History = history;
121 undo_type history, int32 cursor_pos)
123 KUndoItem* NewUndoItem = new KUndoItem(text, length, offset, history,
139 undo_type history, int32 cursor_pos)
147 status = NewUndo(text, length, offset, history, cursor_pos);
156 if (c_history == history) {
163 status = NewUndo(text, length, offset, history,
168 status = NewUndo(text, length, offset, history,
173 status = NewUndo(text, length, offset, history, cursor_po
7 KUndoItem(const char* redo_text, int32 length, int32 offset, undo_type history, int32 cursor_pos) argument
120 NewUndo(const char* text, int32 length, int32 offset, undo_type history, int32 cursor_pos) argument
138 AddUndo(const char* text, int32 length, int32 offset, undo_type history, int32 cursor_pos) argument
193 Undo(char** text, int32* length, int32* offset, undo_type* history, int32* cursor_pos) argument
216 Redo(char** text, int32* length, int32* offset, undo_type* history, int32* cursor_pos, bool* replaced) argument
[all...]
H A DContent.cpp3279 undo_type history;
3283 status = fUndoBuffer.Undo(&text, &length, &offset, &history, &cursorPos);
3287 switch (history) {
3300 status = fUndoBuffer.Undo(&text, &length, &offset, &history, &cursorPos);
3301 if (status == B_OK && history == K_DELETED) {
3328 undo_type history;
3333 status = fUndoBuffer.Redo(&text, &length, &offset, &history, &cursorPos, &replaced);
3337 switch (history) {
3346 fUndoBuffer.Redo(&text, &length, &offset, &history, &cursorPos, &replaced);
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c11 struct history struct
13 struct history *chain;
23 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h)
27 struct history new;
/haiku/headers/private/interface/
H A DAboutWindow.h39 void AddVersionHistory(const char** history);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.cpp335 dev->history[1] = dev->history[0];
336 dev->history[0].time = system_time();
337 dev->history[0].data = data;
338 dev->history[0].error = error;
H A Dps2_dev.h35 data_history history[2]; member in struct:ps2_dev
H A Dps2_dev.cpp267 const uint8 data = dev->history[0].data;
336 if (dev->history[0].error && data == 0xfd) {
341 if (data == 0x00 && dev->history[1].data == 0xaa
342 && (dev->history[0].time - dev->history[1].time) < 50000) {
H A Dps2_synaptics.cpp784 val = cookie->dev->history[0].data;
814 sPassthroughDevice->history[0].data = cookie->buffer[1];
816 sPassthroughDevice->history[0].data = cookie->buffer[4];
818 sPassthroughDevice->history[0].data = cookie->buffer[5];
822 sPassthroughDevice->history[0].data = cookie->buffer[2];
H A Dps2_keyboard.cpp144 uint8 scancode = dev->history[0].data;
221 keyInfo.timestamp = dev->history[0].time;
H A Dps2_standard_mouse.cpp219 const uint8 data = dev->history[0].data;
H A Dps2_alps.cpp495 val = cookie->dev->history[0].data;
H A Dps2_elantech.cpp674 val = cookie->dev->history[0].data;
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp275 // The source line was a history line and has been copied
1144 // new history capacity is 0 -- delete the old history object
1151 HistoryBuffer* history = new(std::nothrow) HistoryBuffer; local
1152 if (history == NULL)
1155 status_t error = history->Init(width, historyCapacity);
1157 delete history;
1161 // Transfer the lines from the old history to the new one.
1169 history->AddLine(line);
1174 fHistory = history;
[all...]
/haiku/src/kits/interface/
H A DAboutWindow.cpp538 BAboutWindow::AddVersionHistory(const char** history) argument
540 if (history == NULL)
543 const char* versionHistory = B_TRANSLATE_MARK("Version history:");
546 AddText(versionHistory, history);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp152 history(fHistory, &historyEvent, H_SETSIZE, 100);
154 el_set(fEditLine, EL_HIST, &history, fHistory);
368 history(fHistory, &historyEvent, H_ENTER, line);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp78 /*! This class manages the scale of a history with a dynamic scale.
79 Every history value will be input via Update(), and the minimum/maximum
114 void Update(DataHistory* history, int32 width,
230 ViewHistory::Update(DataHistory* history, int32 width, int32 resolution, argument
249 if (fLastTime < history->Start())
250 fLastTime = history->Start();
251 if (fLastTime > history->End())
264 int64 value = history->ValueAt(fLastTime += step);
270 value += history->ValueAt(fLastTime + offset);
639 if (settings->FindData("history backgroun
[all...]
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp80 BrowsingHistory* history = BrowsingHistory::DefaultInstance(); local
81 if (!history->Lock())
87 count = history->CountItems();
89 BrowsingHistoryItem item = history->HistoryItemAt(i);
104 history->Unlock();
H A DBrowserWindow.cpp893 BrowsingHistory* history = BrowsingHistory::DefaultInstance(); local
894 if (history->CountItems() == 0)
898 "clear the browsing history?"), B_TRANSLATE("Clear"),
903 history->Clear();
2298 BrowsingHistory* history = BrowsingHistory::DefaultInstance(); local
2299 if (!history->Lock())
2302 int32 count = history->CountItems();
2303 BMenuItem* clearHistoryItem = new BMenuItem(B_TRANSLATE("Clear history"),
2308 history->Unlock();
2344 BrowsingHistoryItem historyItem = history
[all...]

Completed in 175 milliseconds