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

1234567

/freebsd-current/sys/contrib/ck/include/
H A Dck_rhs.h100 void **cursor; member in struct:ck_rhs_iterator
H A Dck_hs.h101 void **cursor; member in struct:ck_hs_iterator
/freebsd-current/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_private.h137 struct bm_rcr_entry *ring, *cursor; member in struct:bm_rcr
/freebsd-current/crypto/heimdal/admin/
H A Dchange.c138 krb5_kt_cursor cursor; local
151 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
157 while((ret = krb5_kt_next_entry(context, keytab, &entry, &cursor)) == 0) {
217 krb5_kt_end_seq_get(context, keytab, &cursor);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributeParser.cpp47 uint64_t value = de.getULEB128(cursor);
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dkeytab.c263 krb5_kt_cursor *cursor)
296 cursor->data = c = malloc (sizeof(*c));
309 cursor->data = c;
317 krb5_kt_cursor *cursor)
319 struct hdb_cursor *c = cursor->data;
398 krb5_kt_cursor *cursor)
400 struct hdb_cursor *c = cursor->data;
261 hdb_start_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
314 hdb_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
396 hdb_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
/freebsd-current/contrib/libedit/
H A Dfilecomplete.c213 while (temp != el->el_line.cursor) {
588 find_word_to_complete(const wchar_t * cursor, const wchar_t * buffer, argument
593 const wchar_t *ctemp = cursor;
597 /* if the cursor is placed at a slash or a quote, we need to find the
627 len = (size_t) (cursor - ctemp);
690 temp = find_word_to_complete(li->cursor,
698 *point = (int)(li->cursor - li->buffer);
703 int cur_off = (int)(li->cursor - li->buffer);
H A Dhistedit.h64 const char *cursor; member in struct:lineinfo
264 const wchar_t *cursor; member in struct:lineinfow
H A Del.h71 wchar_t *cursor; /* Cursor position */ member in struct:el_line_t
H A Drefresh.c244 /* reset the Drawing cursor */
253 /* reset the Drawing cursor */
257 if (el->el_line.cursor >= el->el_line.lastchar) {
260 el->el_line.cursor = el->el_line.lastchar - 1;
262 el->el_line.cursor = el->el_line.lastchar;
288 if (cp == el->el_line.cursor) {
324 re_putc(el, '\0', 0); /* make line ended with NUL, no cursor shift */
343 * moving the cursor by writing the character that is at the
370 "\r\ncursor.h = %d, cursor.v = %d, cur.h = %d, cur.v = %d\r\n",
373 terminal_move_to_line(el, cur.v); /* go to where the cursor i
[all...]
H A Dchared.h46 * the cursor.
48 * On the other hand we really don't want to move the cursor, because
49 * all the editing commands don't include the character under the cursor.
60 int cursor; /* position of saved cursor */ member in struct:c_undo_t
/freebsd-current/sys/kern/
H A Dsubr_blist.c132 static daddr_t blst_meta_alloc(blmeta_t *scan, daddr_t cursor, int *count,
265 daddr_t blk, cursor; local
274 * first iteration leads to a second iteration only if the cursor was
275 * non-zero. When the cursor is zero, an allocation failure will
278 for (cursor = bl->bl_cursor;; cursor = 0) {
279 blk = blst_meta_alloc(bl->bl_root, cursor, count, maxcount,
288 if (cursor == 0)
372 printf("BLIST avail = %jd, cursor = %08jx {\n",
771 blst_meta_alloc(blmeta_t *scan, daddr_t cursor, in argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp714 size_t cursor = 0; local
715 while (cursor < size) {
716 size_t instruction_size = GetInstructionSize(address + cursor);
719 cursor += instruction_size;
721 return cursor;
725 size_t cursor = 0; local
726 while (cursor != size) {
728 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset);
731 _memcpy((void *)(to + cursor), (void *)(from + cursor),
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtest_cc.c377 krb5_cc_cache_cursor cursor; local
381 ret = krb5_cc_cache_get_first (context, type, &cursor);
388 while ((ret = krb5_cc_cache_next (context, cursor, &id)) == 0) {
410 krb5_cc_cache_end_seq_get(context, cursor);
416 krb5_cccol_cursor cursor; local
420 ret = krb5_cccol_cursor_new (context, &cursor);
425 while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) {
444 krb5_cccol_cursor_free(context, &cursor);
H A Dscache.c875 krb5_cc_cursor *cursor)
882 *cursor = NULL;
973 *cursor = ctx;
981 krb5_cc_cursor *cursor,
984 struct cred_ctx *ctx = *cursor;
1034 krb5_cc_cursor *cursor)
1036 struct cred_ctx *ctx = *cursor;
1155 scc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
1161 *cursor = NULL;
1240 *cursor
873 scc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
979 scc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
1032 scc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
1246 scc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
1281 scc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
H A Dacache.c741 krb5_cc_cursor *cursor)
758 *cursor = iter;
766 krb5_cc_cursor *cursor,
769 cc_credentials_iterator_t iter = *cursor;
793 krb5_cc_cursor *cursor)
795 cc_credentials_iterator_t iter = *cursor;
897 acc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
926 *cursor = iter;
931 acc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
933 struct cache_iter *iter = cursor;
739 acc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
764 acc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
791 acc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
969 acc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h206 // The pointer based interface is not useful in SWIG, since the cursor &
211 // cursor position in the line. The function will return the number of
213 // elements. The first element is the common substring after the cursor
218 // and if so just insert it and move the cursor to the end of the insertion.
224 int HandleCompletion(const char *current_line, const char *cursor,
237 const char *current_line, const char *cursor, const char *last_char,
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp48 // Editline uses careful cursor management to achieve the illusion of editing a
50 // illusion requires fairly careful management of cursor state. Read and
401 (int)((info->cursor - info->buffer) + GetPromptWidth());
631 // Preserve any content beyond the cursor, truncate and save the current line
634 EditLineStringType(info->buffer, info->cursor - info->buffer);
636 EditLineStringType(info->cursor, info->lastchar - info->cursor);
643 // Establish the new cursor position at the start of a line when inserting a
670 // Reposition the cursor to the right line and prepare to edit the new line
690 info->cursor
740 const EditLineCharType *cursor = info->cursor; local
[all...]
/freebsd-current/contrib/sendmail/vacation/
H A Dvacation.c1172 SMDB_CURSOR *cursor = NULL; local
1178 result = Db->smdb_cursor(Db, &cursor, 0);
1182 "vacation: set cursor: %s\n",
1187 while ((result = cursor->smdbc_get(cursor, &db_key, &db_value,
1232 "vacation: get value at cursor: %s\n",
1234 if (cursor != NULL)
1236 (void) cursor->smdbc_close(cursor);
1237 cursor
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dks_p11.c1035 void *cursor; member in struct:p11_cursor
1040 hx509_certs certs, void *data, void **cursor)
1069 ret = hx509_certs_start_seq(context, c->certs, &c->cursor);
1075 *cursor = c;
1082 hx509_certs certs, void *data, void *cursor, hx509_cert *cert)
1084 struct p11_cursor *c = cursor;
1085 return hx509_certs_next_cert(context, c->certs, c->cursor, cert);
1090 hx509_certs certs, void *data, void *cursor)
1092 struct p11_cursor *c = cursor;
1094 ret = hx509_certs_end_seq(context, c->certs, c->cursor);
1039 p11_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
1081 p11_iter(hx509_context context, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
1089 p11_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
[all...]
H A Dks_p12.c663 void **cursor)
666 return hx509_certs_start_seq(context, p12->certs, cursor);
673 void *cursor,
677 return hx509_certs_next_cert(context, p12->certs, cursor, cert);
684 void *cursor)
687 return hx509_certs_end_seq(context, p12->certs, cursor);
660 p12_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
670 p12_iter(hx509_context context, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
681 p12_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
/freebsd-current/sys/contrib/ck/src/
H A Dck_hs.c139 iterator->cursor = NULL;
369 const void **cursor = bucket + ((j + offset) & (CK_HS_PROBE_L1 - 1)); local
374 if (CK_CC_LIKELY(*cursor == CK_HS_EMPTY)) {
375 *cursor = map->entries[k];
434 const void **bucket, **cursor, *k, *compare; local
464 cursor = bucket + ((j + offset) & (CK_HS_PROBE_L1 - 1));
479 k = ck_pr_load_ptr(cursor);
485 pr = cursor;
521 cursor = NULL;
530 return cursor;
[all...]
/freebsd-current/stand/efi/libefi/
H A Defihttp.c758 static char *dirbuf = NULL, *db2, *cursor; local
778 cursor = dirbuf;
781 cursor = strstr(cursor, "<a href=\"");
782 if (cursor == NULL)
784 cursor += 9;
785 end = strchr(cursor, '"');
791 memcpy(d->d_name, cursor, end - cursor);
792 d->d_name[end - cursor]
[all...]
/freebsd-current/contrib/sendmail/makemap/
H A Dmakemap.c377 SMDB_CURSOR *cursor; local
658 errno = database->smdb_cursor(database, &cursor, 0);
663 "%s: cannot make cursor for type %s map %s\n",
673 errno = cursor->smdbc_get(cursor, &db_key, &db_val,
687 (void) cursor->smdbc_close(cursor);
/freebsd-current/contrib/llvm-project/clang/include/clang-c/
H A DDocumentation.h43 * Given a cursor that represents a documentable entity (e.g.,
597 * cursor. Returns a null string if the AST node for the cursor isn't a
603 * \param cursor the declaration for which to generate the single symbol symbol
610 CINDEX_LINKAGE CXString clang_getSymbolGraphForCursor(CXCursor cursor);

Completed in 195 milliseconds

1234567