Searched refs:cursor (Results 1 – 4 of 4) sorted by relevance
23 void cursor(int start, int end);44 #define CURSOR_BLOCK() cursor(0, 15);45 #define CURSOR_OFF() cursor(16, 16);46 #define CURSOR_STD() cursor(14, 15);
60 static const char* next_history(uint* cursor);61 static const char* prev_history(uint* cursor);147 static const char* next_history(uint* cursor) { in next_history() argument148 uint i = ptrnext(*cursor); in next_history()153 *cursor = i; in next_history()157 static const char* prev_history(uint* cursor) { in prev_history() argument159 const char* str = history_line(*cursor); in prev_history()162 if (*cursor == history_next) in prev_history()166 i = ptrprev(*cursor); in prev_history()173 *cursor = i; in prev_history()
486 MappingCursor cursor; in RemoveMapping() local525 *new_cursor = cursor; in RemoveMapping()593 MappingCursor cursor = start_cursor; in AddMapping() local596 cursor.size -= new_cursor->size; in AddMapping()597 if (cursor.size > 0) { in AddMapping()646 MappingCursor cursor; in AddMapping() local649 *new_cursor = cursor; in AddMapping()748 MappingCursor cursor; in UpdateMapping() local750 cursor.size = ps; in UpdateMapping()760 MappingCursor cursor; in UpdateMapping() local[all …]
101 void cursor(int start, int end) { in cursor() function127 cursor(curr_start, curr_end); in curr_restore()
Completed in 15 milliseconds