Home
last modified time | relevance | path

Searched defs:_cb (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/nvi/dist/common/
H A Dcut.h17 struct _cb { struct
19 TEXTH textq; /* Linked list of TEXT structures. */
21 ARG_CHAR_T name; /* Cut buffer name. */
22 size_t len; /* Total length of cut text. */
25 u_int8_t flags;
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp24 callback_type _cb; member
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp24 callback_type _cb; member
/minix3/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddhtest.c101 BN_GENCB _cb; in main() local