Searched refs:cursor (Results 151 - 157 of 157) sorted by relevance

1234567

/freebsd-current/stand/lua/
H A Dmenu.lua430 -- Clear the screen, reset the cursor, then draw
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp3001 extern "C" void *__libunwind_cet_get_registers(unw_cursor_t *cursor) { argument
3002 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2409 lldb::offset_t cursor = 0; local
2411 while (cursor < section_size) {
2412 if (!symbol.Parse(dynsym_data, &cursor))
/freebsd-current/crypto/openssh/
H A Dsftp.c1960 if (lastarg || *(lf->cursor) != ' ')
2110 if (*(lf->cursor - 1) != '/' &&
2111 (lastarg || *(lf->cursor) != ' '))
2130 u_int cursor, len, terminated, ret = CC_ERROR; local
2138 /* Figure out which argument the cursor points to */
2139 cursor = lf->cursor - lf->buffer;
2140 line = xmalloc(cursor + 1);
2141 memcpy(line, lf->buffer, cursor);
2142 line[cursor]
[all...]
/freebsd-current/sys/dev/vt/
H A Dvt_core.c1226 vt_determine_colors(term_char_t c, int cursor, argument
1243 if (cursor)
1260 * We use the cursor position saved during the current refresh,
1261 * in case the cursor moved since.
1300 * mouse cursor is supported in vt_vga's textmode.
1499 /* Check if the cursor should be displayed or not. */
1509 * If the cursor changed display state or moved, we must mark
1517 * Save position of the mouse cursor. It's used by backends to
1518 * know where to draw the cursor and during the next refresh to
1525 * If the cursor i
[all...]
/freebsd-current/stand/common/
H A Dgfx_fb.c882 const teken_attr_t *a, uint32_t alpha, bool cursor)
906 if (cursor)
964 /* remove the cursor */
975 /* display the cursor */
993 /* remove the cursor */
1011 /* display the cursor */
1049 /* Switch cursor off in old location and back on in new. */
1234 /* remove the cursor */
1259 /* display the cursor */
881 gfx_bitblt_bitmap(teken_gfx_t *state, const uint8_t *glyph, const teken_attr_t *a, uint32_t alpha, bool cursor) argument
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3097 entry_idx = log->cursor + k;

Completed in 223 milliseconds

1234567