Searched refs:cursor (Results 1 - 25 of 210) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c135 run->cursor = ~0;
168 * Add the run to the logical list for cursor traversal.
202 * Add the run to the visual list for cursor traversal.
237 * Add the run to the visual list for cursor traversal.
274 * Add the run to the visual list for cursor traversal.
304 * Add the run to the visual list for cursor traversal.
335 str->visual_first = str->visual_last = str->cursor = 0;
430 * Set up the initial cursor run.
432 str->cursor = str->logical_first;
434 str->cursor
479 ucrun_t *cursor; local
517 ucrun_t *cursor; local
605 ucrun_t *cursor; local
644 ucrun_t *cursor; local
732 ucrun_t *cursor; local
[all...]
H A Ducpgba.h60 * These are the flags for cursor motion.
77 long cursor; /* Position of "cursor" in the string. */ member in struct:_ucrun_t
94 int cursor_motion; /* Logical or visual cursor motion flag. */
96 ucrun_t *cursor; /* The run containing the "cursor." */ member in struct:_ucstring_t
119 * cursor motion should be provided.
133 * This changes the cursor motion flag for the string.
140 * This function will move the cursor to the right depending on the
141 * type of cursor motio
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/share/fonts/misc/font-cursor-misc/
H A DMakefile6 FONTSRCPKG= font-cursor-misc
9 BDFFILES+= cursor.bdf
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Demacs.c50 * Delete character under cursor or list completions if at end of line
58 if (el->el_line.cursor == el->el_line.lastchar) {
60 if (el->el_line.cursor == el->el_line.buffer) {
77 if (el->el_line.cursor > el->el_line.lastchar)
78 el->el_line.cursor = el->el_line.lastchar;
86 * Cut from cursor to end of current word
95 if (el->el_line.cursor == el->el_line.lastchar)
98 cp = c__next_word(el->el_line.cursor, el->el_line.lastchar,
101 for (p = el->el_line.cursor, kp = el->el_chared.c_kill.buf; p < cp; p++)
106 c_delafter(el, (int)(cp - el->el_line.cursor)); /* delet
[all...]
H A Dvi.c77 el->el_line.cursor = el->el_line.buffer;
84 el->el_chared.c_vcmd.pos = el->el_line.cursor;
90 * Paste previous deletion before or after the cursor
106 if (!c && el->el_line.cursor < el->el_line.lastchar)
107 el->el_line.cursor++;
110 if (el->el_line.cursor + len > el->el_line.lastchar)
112 (void) memcpy(el->el_line.cursor, k->buf, len *
113 sizeof(*el->el_line.cursor));
120 * Vi paste previous deletion to the right of the cursor
133 * Vi paste previous deletion to the left of the cursor
[all...]
H A Dcommon.c85 || el->el_line.cursor >= el->el_line.lastchar)
88 *el->el_line.cursor++ = c;
94 while (count-- && el->el_line.cursor < el->el_line.lastchar)
95 *el->el_line.cursor++ = c;
107 * Delete from beginning of current word to cursor
116 if (el->el_line.cursor == el->el_line.buffer)
119 cp = c__prev_word(el->el_line.cursor, el->el_line.buffer,
122 for (p = cp, kp = el->el_chared.c_kill.buf; p < el->el_line.cursor; p++)
126 c_delbefore(el, (int)(el->el_line.cursor - cp));/* delete before dot */
127 el->el_line.cursor
[all...]
H A Dhistory.c128 hentry_t *cursor; /* Current element in the list */ member in struct:history_t
214 h->cursor = h->list.next;
215 if (h->cursor != &h->list)
216 *ev = h->cursor->ev;
234 h->cursor = h->list.prev;
235 if (h->cursor != &h->list)
236 *ev = h->cursor->ev;
254 if (h->cursor == &h->list) {
259 if (h->cursor->next == &h->list) {
264 h->cursor
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dnextid.c44 DBC *cursor; local
54 /* Get a read cursor */
55 rc = bdb->bi_id2entry->bdi_db->cursor( bdb->bi_id2entry->bdi_db,
56 tid, &cursor, 0 );
59 rc = cursor->c_get(cursor, &key, &data, DB_LAST);
60 cursor->c_close(cursor);
H A Didl.c114 unsigned cursor = 0; local
124 cursor = base + pivot;
125 val = IDL_CMP( id, ids[cursor + 1] );
131 base = cursor + 1;
135 return cursor + 1;
140 return cursor + 2;
142 return cursor + 1;
517 DBC *cursor; local
579 /* If we're not reusing an existing cursor, get a new one */
581 rc = db->cursor( d
707 DBC *cursor; local
918 DBC *cursor; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_null.c57 hx509_certs certs, void *data, void **cursor)
59 *cursor = NULL;
75 void *cursor)
77 assert(cursor == NULL);
56 null_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
72 null_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
H A Dkeyset.c245 * @param cursor cursor that will keep track of progress, free with
258 hx509_cursor *cursor)
269 ret = (*certs->ops->iter_start)(context, certs, certs->ops_data, cursor);
278 * cursor.
282 * @param cursor cursor that keeps track of progress.
294 hx509_cursor cursor,
298 return (*certs->ops->iter)(context, certs, certs->ops_data, cursor, cert);
306 * @param cursor curso
256 hx509_certs_start_seq(hx509_context context, hx509_certs certs, hx509_cursor *cursor) argument
292 hx509_certs_next_cert(hx509_context context, hx509_certs certs, hx509_cursor cursor, hx509_cert *cert) argument
314 hx509_certs_end_seq(hx509_context context, hx509_certs certs, hx509_cursor cursor) argument
344 hx509_cursor cursor; local
503 hx509_cursor cursor; local
567 hx509_cursor cursor; local
692 hx509_cursor cursor; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_kernel.c232 struct kernel_quotacursor *cursor; local
235 cursor = malloc(sizeof(*cursor));
236 if (cursor == NULL) {
241 args.u.cursoropen.qc_cursor = &cursor->kcursor;
244 free(cursor);
248 return cursor;
253 struct kernel_quotacursor *cursor)
258 args.u.cursorclose.qc_cursor = &cursor->kcursor;
263 free(cursor);
252 __quota_kernel_cursor_destroy(struct quotahandle *qh, struct kernel_quotacursor *cursor) argument
267 __quota_kernel_cursor_skipidtype(struct quotahandle *qh, struct kernel_quotacursor *cursor, int idtype) argument
280 __quota_kernel_cursor_get(struct quotahandle *qh, struct kernel_quotacursor *cursor, struct quotakey *key, struct quotaval *val) argument
294 __quota_kernel_cursor_getn(struct quotahandle *qh, struct kernel_quotacursor *cursor, struct quotakey *keys, struct quotaval *vals, unsigned maxnum) argument
321 __quota_kernel_cursor_atend(struct quotahandle *qh, struct kernel_quotacursor *cursor) argument
343 __quota_kernel_cursor_rewind(struct quotahandle *qh, struct kernel_quotacursor *cursor) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvi.c32 int cursor; member in struct:edstate
306 es->cursor--;
327 es->cursor = 0;
339 es->cursor = 0;
351 del_range(es->cursor, es->cursor + 1);
354 es->cbuf[es->cursor++] = ch;
438 es->cursor = es->linelen;
448 es->cursor = 1;
462 es->cursor
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcache.c69 krb5_cc_cursor cursor;
81 ret = krb5_cc_start_seq_get(context, id, &cursor);
85 while((ret = krb5_cc_next_cred(context, id, &cursor, &creds)) == 0){
93 ret = krb5_cc_end_seq_get(context, id, &cursor);
715 krb5_cc_cursor cursor; local
722 ret = krb5_cc_start_seq_get(context, id, &cursor);
725 while((ret = krb5_cc_next_cred(context, id, &cursor, creds)) == 0){
732 krb5_cc_end_seq_get(context, id, &cursor);
754 * Start iterating over `id', `cursor' is initialized to the
755 * beginning. Caller must free the cursor wit
764 krb5_cc_start_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
782 krb5_cc_next_cred(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
798 krb5_cc_end_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
883 krb5_cc_cursor cursor; local
1010 krb5_cc_cursor cursor; member in struct:krb5_cc_cache_cursor_data
1028 krb5_cc_cache_get_first(krb5_context context, const char *type, krb5_cc_cache_cursor *cursor) argument
1086 krb5_cc_cache_next(krb5_context context, krb5_cc_cache_cursor cursor, krb5_ccache *id) argument
1103 krb5_cc_cache_end_seq_get(krb5_context context, krb5_cc_cache_cursor cursor) argument
1133 krb5_cccol_cursor cursor; local
1371 krb5_cc_cache_cursor cursor; member in struct:krb5_cccol_cursor_data
1387 krb5_cccol_cursor_new(krb5_context context, krb5_cccol_cursor *cursor) argument
1419 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, krb5_ccache *cache) argument
1470 krb5_cccol_cursor_free(krb5_context context, krb5_cccol_cursor *cursor) argument
1524 krb5_cccol_cursor cursor; local
1628 krb5_cc_cursor cursor; local
[all...]
H A Dkeytab_any.c123 krb5_kt_cursor cursor; member in struct:any_cursor_extra_data
142 ret = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor);
159 krb5_kt_cursor *cursor)
164 ed = (struct any_cursor_extra_data *)cursor->data;
166 ret = krb5_kt_next_entry(context, ed->a->kt, entry, &ed->cursor);
172 ret2 = krb5_kt_end_seq_get (context, ed->a->kt, &ed->cursor);
176 ret2 = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor);
190 krb5_kt_cursor *cursor)
195 ed = (struct any_cursor_extra_data *)cursor->data;
197 ret = krb5_kt_end_seq_get(context, ed->a->kt, &ed->cursor);
156 any_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
188 any_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Ddb1.c117 (*dbp)->cursor = db1_db_cursor;
280 /* DBC emulation. Very basic, only one cursor at a time, enough for vi */
288 DBC *cursor; local
292 cursor = malloc(sizeof *cursor);
293 if (cursor == NULL)
296 cursor->db = db;
297 cursor->pos_key.data = &cursor->pos;
298 cursor
309 db1_dbc_close(DBC *cursor) argument
315 db1_dbc_get(DBC *cursor, DBT *key, DBT *data, u_int32_t flags) argument
349 db1_dbc_put(DBC *cursor, DBT *key, DBT *data, u_int32_t flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/share/fonts/misc/
H A DMakefile3 SUBDIR= font-cursor-misc font-daewoo-misc font-dec-misc font-isas-misc \
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota2.c968 /* extract cursor from caller form */
972 * Check that a cursor we're handed is something like valid. If
977 q2cursor_check(struct ufsq2_cursor *cursor) argument
979 if (cursor->q2c_magic != Q2C_MAGIC) {
982 if (cursor->q2c_hashsize < 0) {
986 if (cursor->q2c_users_done != 0 && cursor->q2c_users_done != 1) {
989 if (cursor->q2c_groups_done != 0 && cursor->q2c_groups_done != 1) {
992 if (cursor
1049 q2cursor_pickidtype(struct ufsq2_cursor *cursor, int *idtype_ret) argument
1121 q2cursor_getkeys(struct ufsmount *ump, int idtype, struct ufsq2_cursor *cursor, struct q2cursor_state *state, int *hashsize_ret, struct quota2_entry *default_q2e_ret) argument
1276 struct ufsq2_cursor *cursor; local
1389 struct ufsq2_cursor *cursor; local
1409 struct ufsq2_cursor *cursor; local
1427 struct ufsq2_cursor *cursor; local
1454 struct ufsq2_cursor *cursor; local
1470 struct ufsq2_cursor *cursor; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dsf-pcap-ng.c194 * Block cursor - used when processing the contents of a block.
233 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
298 * Initialize the cursor.
300 cursor->data = p->buffer + sizeof(bhdr);
301 cursor->data_remaining = bhdr.total_length - sizeof(bhdr) -
303 cursor->block_type = bhdr.block_type;
308 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, argument
317 if (cursor->data_remaining < chunk_size) {
320 cursor->block_type);
327 data = cursor
334 get_opthdr_from_block_data(pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
358 get_optvalue_from_block_data(struct block_cursor *cursor, struct option_header *opthdr, char *errbuf) argument
380 process_idb_options(pcap_t *p, struct block_cursor *cursor, u_int *tsresol, u_int64_t *tsoffset, char *errbuf) argument
510 struct block_cursor cursor; local
769 struct block_cursor cursor; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent.c50 long cursor; member in struct:_dirent_dirinfo
129 dp->cursor = 0;
205 dp->cursor < 0 ||
206 dp->cursor >= dp->n_entries)
210 return dp->entries[dp->cursor++];
217 dp->cursor = 0;
224 dp->cursor = offset;
230 return dp->cursor;
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/xfixes/
H A DMakefile9 SRCS= cursor.c region.c saveset.c select.c xfixes.c
22 COPTS.cursor.c+= -Wno-error
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/admin/
H A Drename.c46 krb5_kt_cursor cursor; local
68 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
76 ret = krb5_kt_next_entry(context, keytab, &entry, &cursor);
108 krb5_kt_end_seq_get(context, keytab, &cursor);
H A Dpurge.c108 krb5_kt_cursor cursor; local
124 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
130 while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0) {
134 krb5_kt_end_seq_get(context, keytab, &cursor);
138 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
144 while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0) {
167 ret = krb5_kt_end_seq_get(context, keytab, &cursor);
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfbvar.h45 void (*cursor)(void *, int, int, int, int, int); member in struct:hpcfb_accessops
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_quotactl.c106 vfs_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor) argument
111 args.u.cursoropen.qc_cursor = cursor;
116 vfs_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor) argument
121 args.u.cursorclose.qc_cursor = cursor;
126 vfs_quotactl_cursorskipidtype(struct mount *mp, struct quotakcursor *cursor, argument
132 args.u.cursorskipidtype.qc_cursor = cursor;
138 vfs_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor, argument
145 args.u.cursorget.qc_cursor = cursor;
154 vfs_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor, argument
160 args.u.cursoratend.qc_cursor = cursor;
166 vfs_quotactl_cursorrewind(struct mount *mp, struct quotakcursor *cursor) argument
[all...]

Completed in 304 milliseconds

123456789