Searched defs:cursor (Results 201 - 225 of 333) sorted by relevance

1234567891011>>

/macosx-10.9.5/libedit-39/src/
H A Dhistory.c131 hentry_t *cursor; /* Current element in the list */ member in struct:history_t
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c497 struct block_cursor cursor; local
546 struct block_cursor cursor; local
593 struct block_cursor cursor; local
915 struct block_cursor cursor; local
[all...]
H A Dsf-pcap-ng.c186 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
268 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, argument
295 get_opthdr_from_block_data(struct pcapng_option_header *opthdr, int swapped, struct block_cursor *cursor, char *errbuf) argument
320 get_optvalue_from_block_data(struct block_cursor *cursor, struct pcapng_option_header *opthdr, char *errbuf) argument
342 process_idb_options(pcap_t *p, struct pcapng_interface_description_fields *idbp, struct block_cursor *cursor, u_int *tsresol, u_int64_t *tsoffset, char *errbuf) argument
508 struct block_cursor cursor; local
779 struct block_cursor cursor; local
1090 struct block_cursor cursor; local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_mvcur.c288 int cursor = SP->_cursor; local
430 int cursor = SP->_cursor; local
[all...]
/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Dconfig.c1265 u_char * cursor = buf; local
1327 u_char *cursor = dst; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclBinary.c579 unsigned char *cursor; /* Current position within result buffer. */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp272 c4_Cursor cursor = &_base[row_]; local
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkButton.h245 Tk_Cursor cursor; /* Value of -cursor option: if not None, member in struct:__anon13418
H A DtkCanvas.h211 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:TkCanvas
H A DtkEntry.h90 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:__anon13426
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkButton.h236 Tk_Cursor cursor; /* Value of -cursor option: if not None, member in struct:__anon13765
H A DtkCanvas.h211 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:TkCanvas
H A DtkConfig.c2044 Tk_Cursor cursor = *((Tk_Cursor *) internalPtr); local
H A DtkEntry.h91 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:__anon13773
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c1466 int cursor; local
[all...]
H A Dsysv_sem.c1582 int cursor; local
[all...]
H A Dsysv_shm.c1078 int cursor; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Darray.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-html.el
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfootnote.el[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dutils.c219 static void register_log_cursor(DB_LOGC *cursor) argument
224 static void unregister_log_cursor(DB_LOGC *cursor) argument
333 static int new_log_cursor_close(DB_LOGC *cursor, u_int32_t flags) argument
459 static int new_dbc_close(DBC *cursor) argument
592 DBC *cursor; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcache.c737 krb5_cc_cursor cursor; local
838 krb5_cc_start_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
856 krb5_cc_next_cred(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
872 krb5_cc_end_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
957 krb5_cc_cursor cursor; local
1084 krb5_cc_cursor cursor; member in struct:krb5_cc_cache_cursor_data
1102 krb5_cc_cache_get_first(krb5_context context, const char *type, krb5_cc_cache_cursor *cursor) argument
1160 krb5_cc_cache_next(krb5_context context, krb5_cc_cache_cursor cursor, krb5_ccache *id) argument
1177 krb5_cc_cache_end_seq_get(krb5_context context, krb5_cc_cache_cursor cursor) argument
1211 krb5_cccol_cursor cursor; local
1471 krb5_cc_cache_cursor cursor; member in struct:krb5_cccol_cursor_data
1488 krb5_cccol_cursor_new(krb5_context context, krb5_cccol_cursor *cursor) argument
1519 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, krb5_ccache *cache) argument
1592 krb5_cccol_cursor_free(krb5_context context, krb5_cccol_cursor *cursor) argument
1648 krb5_cccol_cursor cursor; local
1751 krb5_cc_cursor cursor; local
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dccache.c408 krb5_cc_cursor cursor; member in struct:cred_iterator
900 mit_krb5_cccol_cursor cursor; member in struct:cc_iter
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBDatabaseBackendImpl.cpp976 RefPtr<IDBCursorBackendImpl> cursor = IDBCursorBackendImpl::create(backingStoreCursor.get(), m_cursorType, taskType, transaction, m_objectStoreId); local
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.cpp513 void Chrome::setCursor(const Cursor& cursor) argument

Completed in 413 milliseconds

1234567891011>>