Home
last modified time | relevance | path

Searched refs:document_scroll (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddocument.h192 void document_scroll(Document *d, off_t distance);
H A Dmainwindow.c598 document_scroll(w->doc, in mainwindow_keypress()
606 document_scroll(w->doc, in mainwindow_keypress()
642 document_scroll(w->doc,w->doc->chunk->length); in mainwindow_keypress()
647 document_scroll(w->doc, in mainwindow_keypress()
H A Ddocument.c718 void document_scroll(Document *d, off_t distance) in document_scroll() function