Home
last modified time | relevance | path

Searched refs:DB_SCROLL (Results 1 – 14 of 14) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/db/dbmi_base/
H A Dcursor.c199 cursor->mode |= DB_SCROLL; in db_set_cursor_mode_scroll()
209 cursor->mode &= ~DB_SCROLL; in db_unset_cursor_mode_scroll()
252 return (cursor->mode & DB_SCROLL); in db_test_cursor_mode_scroll()
/dports/irc/ircII/ircii-20210314/include/
H A Ddebug.h38 DB_SCROLL, enumerator
/dports/irc/ircII/ircii-20210314/source/
H A Ddebug.c49 { DB_SCROLL, UP("scroll"), 0 },
H A Dwindow.c550 Debug(DB_SCROLL, "scrollback_backwards_lines(%d)", ScrollDist); in scrollback_backwards_lines()
562 Debug(DB_SCROLL, " adjusting ScrollDist to %d", ScrollDist); in scrollback_backwards_lines()
571 Debug(DB_SCROLL, "going to term_scroll(%d, %d, %d)", in scrollback_backwards_lines()
579 Debug(DB_SCROLL, "scrolled_lines=%d, new_scrolled_lines=%d, display_size=%d", in scrollback_backwards_lines()
584 Debug(DB_SCROLL, "going to display_lastlog_lines(%d, %d, %s)", in scrollback_backwards_lines()
602 Debug(DB_SCROLL, "scrollback_forward_lines(%d)", ScrollDist); in scrollback_forwards_lines()
612 Debug(DB_SCROLL, "scrolled_lines = %d", window->scrolled_lines); in scrollback_forwards_lines()
614 Debug(DB_SCROLL, "going to term_scroll(%d, %d, %d)", in scrollback_forwards_lines()
631 Debug(DB_SCROLL, "going to display_lastlog_lines(%d, %d, %s)", in scrollback_forwards_lines()
720 Debug(DB_SCROLL, "scrollback_start: new_scrolled_lines=%d display_size=%d", in scrollback_start()
[all …]
H A Doutput.c766 Debug(DB_SCROLL, "screen %d cursor_window set " in rite()
/dports/databases/grass7/grass-7.8.6/include/
H A Ddbmi.h124 #define DB_SCROLL 1 macro
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp564 poCursor, DB_SCROLL) == DB_OK ) in OpenSequentialCursor()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp564 poCursor, DB_SCROLL) == DB_OK ) in OpenSequentialCursor()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp564 poCursor, DB_SCROLL) == DB_OK ) in OpenSequentialCursor()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp564 poCursor, DB_SCROLL) == DB_OK ) in OpenSequentialCursor()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgsgrassvectormaplayer.cpp131 if ( db_open_select_cursor( databaseDriver, &dbstr, &databaseCursor, DB_SCROLL ) != DB_OK ) in load()
H A Dqgsgrassprovider.cpp967 if ( db_open_select_cursor( driver, &dbstr, &databaseCursor, DB_SCROLL ) != DB_OK ) in attributes()
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrassvectormaplayer.cpp128 if ( db_open_select_cursor( databaseDriver, &dbstr, &databaseCursor, DB_SCROLL ) != DB_OK ) in load()
H A Dqgsgrassprovider.cpp964 if ( db_open_select_cursor( driver, &dbstr, &databaseCursor, DB_SCROLL ) != DB_OK ) in attributes()