| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | libunwind.cpp | 45 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, in unw_init_local() argument 48 static_cast<void *>(cursor), in unw_init_local() 81 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; in unw_init_local() 94 return unw_init_local(cursor, NULL); //FIXME in unw_init_remote_thread() 99 new ((void *)cursor) in unw_init_remote_thread() 104 new ((void *)cursor) in unw_init_remote_thread() 109 new ((void *)cursor) in unw_init_remote_thread() 250 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step() argument 272 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { in unw_resume() argument 316 static_cast<void *>(cursor)); in unw_is_signal_frame() [all …]
|
| H A D | UnwindLevel1.c | 39 unw_init_local(cursor, uc); in unwind_phase1() 46 int stepResult = unw_step(cursor); in unwind_phase1() 132 unw_init_local(cursor, uc); in unwind_phase2() 142 int stepResult = unw_step(cursor); in unwind_phase2() 222 unw_resume(cursor); in unwind_phase2() 243 unw_init_local(cursor, uc); in unwind_phase2_forced() 246 while (unw_step(cursor) > 0) { in unwind_phase2_forced() 313 unw_resume(cursor); in unwind_phase2_forced() 348 unw_cursor_t cursor; in _Unwind_RaiseException() local 382 unw_cursor_t cursor; in _Unwind_Resume() local [all …]
|
| H A D | Unwind-seh.cpp | 73 unw_cursor_t cursor; in _GCC_specific_handler() local 115 _unw_init_seh(&cursor, disp->ContextRecord); in _GCC_specific_handler() 116 _unw_seh_set_disp_ctx(&cursor, disp); in _GCC_specific_handler() 117 unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc-1); in _GCC_specific_handler() 118 ctx = (struct _Unwind_Context *)&cursor; in _GCC_specific_handler() 171 unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler() 175 unw_get_reg(&cursor, UNW_ARM_R0, &retval); in _GCC_specific_handler() 176 unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler() 179 unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler() 182 unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler() [all …]
|
| H A D | UnwindLevel1-gcc-ext.c | 94 unw_cursor_t cursor; in _Unwind_FindEnclosingFunction() local 98 unw_init_local(&cursor, &uc); in _Unwind_FindEnclosingFunction() 110 unw_cursor_t cursor; in _Unwind_Backtrace() local 113 unw_init_local(&cursor, &uc); in _Unwind_Backtrace() 132 if (unw_step(&cursor) <= 0) { in _Unwind_Backtrace() 169 unw_get_proc_info(&cursor, &frame); in _Unwind_Backtrace() 173 (void *)&cursor); in _Unwind_Backtrace() 192 unw_cursor_t cursor; in _Unwind_Find_FDE() local 196 unw_init_local(&cursor, &uc); in _Unwind_Find_FDE() 198 unw_get_proc_info(&cursor, &info); in _Unwind_Find_FDE() [all …]
|
| H A D | Unwind-EHABI.cpp | 446 unw_init_local(cursor, uc); in unwind_phase1() 470 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1() 540 unw_init_local(cursor, uc); in unwind_phase2() 562 unw_set_reg(cursor, UNW_REG_IP, in unwind_phase2() 570 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2() 643 unw_resume(cursor); in unwind_phase2() 672 unw_cursor_t cursor; in _Unwind_RaiseException() local 710 unw_cursor_t cursor; in _Unwind_Resume() local 779 unw_save_vfp_as_X(cursor); in _Unwind_VRS_Set() 833 unw_save_vfp_as_X(cursor); in _Unwind_VRS_Get_Internal() [all …]
|
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | ef10_nvram.c | 154 if (cursor->current == cursor->end) { in tlv_advance() 162 cursor->current = tlv_next_item_ptr(cursor); in tlv_advance() 185 cursor->current = cursor->block; in tlv_rewind() 222 if (cursor->current < cursor->block) { in tlv_validate_state() 226 if (cursor->current > cursor->limit) { in tlv_validate_state() 233 if (cursor->current > (cursor->limit - 2)) { in tlv_validate_state() 240 if (tlv_next_item_ptr(cursor) > (cursor->limit - 1)) { in tlv_validate_state() 317 cursor->end = cursor->current; in tlv_require_end() 436 memmove(cursor->current + delta, cursor->current, in tlv_insert() 483 memmove(cursor->current, cursor->current + delta, in tlv_delete() [all …]
|
| /freebsd-12.1/lib/libedit/ |
| H A D | emacs.c | 138 cp = el->el_line.cursor; in em_yank() 149 el->el_line.cursor = cp; in em_yank() 191 cp = el->el_line.cursor; in em_kill_region() 224 cp = el->el_line.cursor; in em_copy_region() 251 el->el_line.cursor[-2] = el->el_line.cursor[-1]; in em_gosmacs_transpose() 270 el->el_line.cursor = c__next_word(el->el_line.cursor, in em_next_word() 301 el->el_line.cursor = ep; in em_upper_case() 333 el->el_line.cursor = ep; in em_capitol_case() 357 el->el_line.cursor = ep; in em_lower_case() 388 cp = el->el_line.cursor; in em_exchange_mark() [all …]
|
| H A D | vi.c | 115 el->el_line.cursor++; in cv_paste() 165 el->el_line.cursor = cv_prev_word(el->el_line.cursor, in vi_prev_big_word() 190 el->el_line.cursor = cv_prev_word(el->el_line.cursor, in vi_prev_word() 215 el->el_line.cursor = cv_next_word(el, el->el_line.cursor, in vi_next_big_word() 239 el->el_line.cursor = cv_next_word(el, el->el_line.cursor, in vi_next_word() 428 el->el_line.cursor++; in vi_add() 482 el->el_line.cursor = cv__endword(el->el_line.cursor, in vi_end_big_word() 486 el->el_line.cursor++; in vi_end_big_word() 506 el->el_line.cursor = cv__endword(el->el_line.cursor, in vi_end_word() 538 el->el_line.cursor = un.buf + un.cursor; in vi_undo() [all …]
|
| H A D | common.c | 135 el->el_line.cursor = cp; in ed_delete_prev_word() 155 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar, in ed_delete_next_char() 172 el->el_line.cursor--; in ed_delete_next_char() 200 cp = el->el_line.cursor; in ed_kill_line() 227 el->el_line.cursor--; in ed_move_to_end() 248 el->el_line.cursor++; in ed_move_to_beg() 270 el->el_line.cursor++; in ed_transpose_chars() 275 el->el_line.cursor[-2] = el->el_line.cursor[-1]; in ed_transpose_chars() 301 el->el_line.cursor = lim; in ed_next_char() 324 el->el_line.cursor = c__prev_word(el->el_line.cursor, in ed_prev_word() [all …]
|
| H A D | chared.c | 74 vu->cursor = (int)(el->el_line.cursor - el->el_line.buffer); in cv_undo() 179 for (cp = el->el_line.cursor - num; in c_delbefore() 366 el->el_line.cursor += size; in cv_delfini() 421 el->el_chared.c_undo.cursor = 0; in ch_init() 472 el->el_chared.c_undo.cursor = 0; in ch_reset() 535 el->el_line.cursor = newbuffer + (el->el_line.cursor - oldbuf); in ch_enlargebufs() 632 *el->el_line.cursor++ = *s++; in FUN() 650 el->el_line.cursor -= n; in el_deletestr() 664 el->el_line.cursor += n; in el_cursor() 692 el->el_line.cursor = cp; in c_gets() [all …]
|
| H A D | history.c | 219 *ev = h->cursor->ev; in history_def_first() 239 *ev = h->cursor->ev; in history_def_last() 267 h->cursor = h->cursor->next; in history_def_next() 293 h->cursor = h->cursor->prev; in history_def_prev() 333 if (h->cursor == &h->list || h->cursor->ev.num != n) { in history_def_set() 334 for (h->cursor = h->list.next; h->cursor != &h->list; in history_def_set() 335 h->cursor = h->cursor->next) in history_def_set() 360 for (h->cursor = h->list.prev; h->cursor != &h->list; in history_set_nth() 361 h->cursor = h->cursor->prev) in history_set_nth() 396 *ev = h->cursor->ev; in history_def_add() [all …]
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | input_buffer.hh | 81 int cursor; member in dtc::input_buffer 87 cursor(c) {} in input_buffer() 146 return buffer[cursor]; in operator *() 166 cursor++; in operator ++() 238 cursor += align; in consume_binary() 243 if (size < cursor) in consume_binary() 267 if (size < cursor + 1) in consume_binary() 285 int cursor = 0; member in dtc::text_input_buffer 378 cursor++; in operator ++() 504 int cursor; member in dtc::text_input_buffer::source_location [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| H A D | strings-table.c | 83 DBC **cursor, in locate_key() argument 112 svn_bdb_dbc_close(*cursor); in locate_key() 172 svn_bdb_dbc_close(cursor); in get_next_length() 183 svn_bdb_dbc_close(cursor); in get_next_length() 203 DBC *cursor; in svn_fs_bdb__string_read() local 284 DBC *cursor; in get_key_and_bump() local 306 db_err = svn_bdb_dbc_get(cursor, in get_key_and_bump() 312 svn_bdb_dbc_close(cursor); in get_key_and_bump() 414 DBC *cursor; in svn_fs_bdb__string_size() local 481 DBC *cursor; in svn_fs_bdb__string_copy() local [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | cache.c | 1055 *cursor = calloc(1, sizeof(**cursor)); in krb5_cc_cache_get_first() 1063 ret = ops->get_cache_first(context, &(*cursor)->cursor); in krb5_cc_cache_get_first() 1091 return cursor->ops->get_cache_next(context, cursor->cursor, id); in krb5_cc_cache_next() 1108 ret = cursor->ops->end_cache_get(context, cursor->cursor); in krb5_cc_cache_end_seq_get() 1390 *cursor = calloc(1, sizeof(**cursor)); in krb5_cccol_cursor_new() 1396 (*cursor)->cursor = NULL; in krb5_cccol_cursor_new() 1429 if (cursor->cursor == NULL) { in krb5_cccol_cursor_next() 1432 &cursor->cursor); in krb5_cccol_cursor_next() 1438 ret = krb5_cc_cache_next(context, cursor->cursor, cache); in krb5_cccol_cursor_next() 1442 krb5_cc_cache_end_seq_get(context, cursor->cursor); in krb5_cccol_cursor_next() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | UnwindMacOSXFrameBackchain.cpp | 92 Cursor cursor; in GetStackFrameData_i386() local 94 cursor.fp = reg_ctx->GetFP(0); in GetStackFrameData_i386() 99 m_cursors.push_back(cursor); in GetStackFrameData_i386() 109 cursor.pc = frame.pc; in GetStackFrameData_i386() 110 cursor.fp = frame.fp; in GetStackFrameData_i386() 184 Cursor cursor; in GetStackFrameData_x86_64() local 186 cursor.fp = reg_ctx->GetFP(0); in GetStackFrameData_x86_64() 188 Frame_x86_64 frame = {cursor.fp, cursor.pc}; in GetStackFrameData_x86_64() 190 m_cursors.push_back(cursor); in GetStackFrameData_x86_64() 200 cursor.pc = frame.pc; in GetStackFrameData_x86_64() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 66 lldb::offset_t cursor = 0; in Read() local 105 lldb::offset_t cursor = 0; in Read() local 107 m_flags = extractor.GetU32_unchecked(&cursor); in Read() 145 lldb::offset_t cursor = 0; in Read() local 147 m_flags = extractor.GetU32_unchecked(&cursor); in Read() 232 lldb::offset_t cursor = 0; in Read() local 236 m_first_ptr = addr + cursor; in Read() 255 lldb::offset_t cursor = 0; in Read() local 285 lldb::offset_t cursor = 0; in Read() local 289 m_first_ptr = addr + cursor; in Read() [all …]
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set4 | 8 5 cursor to horiz pos 16 13 home cursor 20 17 sends cursor down 21 18 sends cursor left 22 19 sends cursor right 23 20 sends cursor up 29 26 cursor to status line 30 27 cursor up one 35 32 cursor down multiple 37 34 cursor left multiple [all …]
|
| H A D | set3 | 5 2 Delete the character behind cursor 18 15 Copy current word to cursor 19 16 Copy area between mark and cursor to cut buffer 21 18 Delete character under cursor 31 28 Move cursor to end of line 32 29 Exchange the cursor and mark 39 36 Exchange the two characters before the cursor 66 63 Set the mark at cursor 72 69 Exchange the two characters before the cursor 85 82 Vi enter insert mode after the cursor [all …]
|
| /freebsd-12.1/contrib/tcsh/nls/finnish/ |
| H A D | set4 | 8 5 cursor to horiz pos 16 13 home cursor 20 17 sends cursor down 21 18 sends cursor left 22 19 sends cursor right 23 20 sends cursor up 29 26 cursor to status line 30 27 cursor up one 35 32 cursor down multiple 37 34 cursor left multiple [all …]
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set4 | 8 5 cursor to horiz pos 16 13 home cursor 20 17 sends cursor down 21 18 sends cursor left 22 19 sends cursor right 23 20 sends cursor up 29 26 cursor to status line 30 27 cursor up one 35 32 cursor down multiple 37 34 cursor left multiple [all …]
|
| H A D | set3 | 5 2 Delete the character behind cursor 18 15 Copy current word to cursor 19 16 Copy area between mark and cursor to cut buffer 21 18 Delete character under cursor 31 28 Move cursor to end of line 32 29 Exchange the cursor and mark 39 36 Exchange the two characters before the cursor 66 63 Set the mark at cursor 72 69 Exchange the two characters before the cursor 85 82 Vi enter insert mode after the cursor [all …]
|
| /freebsd-12.1/contrib/tcsh/nls/spanish/ |
| H A D | set4 | 8 5 cursor hasta posición horizontal 15 12 cursor de línea de estado 16 13 cursor en posición inicial 20 17 envía cursor hacia abajo 21 18 envía cursor hacia la izquierda 22 19 envía cursor hacia la derecha 23 20 envía cursor hacia arriba 29 26 cursor a la línea de estado 30 27 mueve el cursor hacia arriba una línea 35 32 mueve el cursor varias líneas hacia abajo [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.cpp | 68 addr_t cursor; in Resolve() local 76 cursor = info_addr = m_rendezvous_addr; in Resolve() 78 if (cursor == LLDB_INVALID_ADDRESS) in Resolve() 81 if (!(cursor = ReadWord(cursor, &info.version, word_size))) in Resolve() 84 if (!(cursor = ReadPointer(cursor + padding, &info.map_addr))) in Resolve() 87 if (!(cursor = ReadPointer(cursor, &info.brk))) in Resolve() 90 if (!(cursor = ReadWord(cursor, &info.state, word_size))) in Resolve() 93 if (!(cursor = ReadPointer(cursor + padding, &info.ldbase))) in Resolve() 158 for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next) { in UpdateSOEntriesForAddition() local 159 if (!ReadSOEntryFromMemory(cursor, entry)) in UpdateSOEntriesForAddition() [all …]
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set3 | 5 2 Delete the character behind cursor 18 15 Copy current word to cursor 19 16 Copy area between mark and cursor to cut buffer 21 18 Delete character under cursor 31 28 Move cursor to end of line 32 29 Exchange the cursor and mark 39 36 Exchange the two characters before the cursor 66 63 Set the mark at cursor 72 69 Exchange the two characters before the cursor 85 82 Vi enter insert mode after the cursor [all …]
|
| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_brlock.h | 77 struct ck_brlock_reader *cursor; in ck_brlock_write_lock() local 89 for (cursor = br->readers; cursor != NULL; cursor = cursor->next) { in ck_brlock_write_lock() 90 while (ck_pr_load_uint(&cursor->n_readers) != 0) in ck_brlock_write_lock() 110 struct ck_brlock_reader *cursor; in ck_brlock_write_trylock() local 126 for (cursor = br->readers; cursor != NULL; cursor = cursor->next) { in ck_brlock_write_trylock() 127 while (ck_pr_load_uint(&cursor->n_readers) != 0) { in ck_brlock_write_trylock()
|