Searched defs:move (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/headers/cpp/std/
H A Dstraits.h84 static char_type* move (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
128 static char_type* move (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
H A Dbastring.cc144 move (size_t pos, const charT *s, size_t n) function in class:basic_string::Rep
/haiku-fatelf/src/libs/stdc++/legacy/
H A DPlotFile.cc143 PlotFile& PlotFile:: move(const int xi, const int yi) function in class:PlotFile
/haiku-fatelf/headers/os/interface/
H A DListView.h161 struct Move { int32 from; int32 to; } move; member in union:BListView::MiscData
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h86 status_t (*move)(int fd, partition_id partition, off_t offset, member in struct:partition_module_info
/haiku-fatelf/headers/os/drivers/
H A Dfs_interface.h289 status_t (*move)(int fd, partition_id partition, off_t offset, member in struct:file_system_module_info
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h320 fssh_status_t (*move)(int fd, fssh_partition_id partition, member in struct:fssh_file_system_module_info
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesf.h213 inline void move(int row, int col) { function in class:NCursesFormField
H A Dcursesw.h331 inline int UNDEF(move)(int x, int y) { return move(x, y); } function
332 #undef move macro
333 #define move UNDEF(move) macro
864 int move(int y, int x) { return ::wmove(w, y, x); } function in class:NCursesWindow
/haiku-fatelf/src/libs/ncurses/include/
H A Dnomacros.h42 #undef move macro
H A Dcurses.h956 #define move(y,x) wmove(stdscr,y,x) macro
1330 #undef move macro
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dlib_gen.c305 #undef move macro
306 NCURSES_EXPORT(int) move (int a1, int z) function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dvasnprintf.c5144 size_t move; local
/haiku-fatelf/src/apps/terminal/
H A DTermWindow.cpp1301 TermWindow::_NavigateTab(int32 index, int32 direction, bool move) argument
/haiku-fatelf/src/kits/interface/
H A DMenu.cpp2812 BMenu::_UpdateWindowViewSize(const bool &move) argument
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartWindow.cpp2383 TPoint move; local
[all...]
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h956 #define move(y,x) wmove(stdscr,y,x) macro
1330 #undef move macro

Completed in 176 milliseconds