Home
last modified time | relevance | path

Searched refs:cursors (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/games/larn/
H A Dregen.c83 cursors(); in regen()
89 cursors(); in regen()
144 cursors(); in regen()
151 cursors(); in regen()
160 cursors(); in regen()
167 cursors(); in regen()
180 cursors(); in regen()
H A Dmonster.c244 cursors(); in cast()
253 cursors(); in cast()
692 cursors(); in nospell()
1131 cursors(); in hitmonster()
1249 cursors(); in hitplayer()
1775 cursors(); in newsphere()
1783 cursors(); in newsphere()
1792 cursors(); in newsphere()
1799 cursors(); in newsphere()
1807 cursors(); in newsphere()
[all …]
H A Dmain.c742 cursors(); in parse()
804 cursors(); in parse()
810 cursors(); in parse()
841 cursors(); in parse()
906 cursors(); in parse()
920 cursors(); in parse()
930 cursors(); in parse()
967 cursors(); in parse()
1053 cursors(); in ydhi()
1059 cursors(); in ycwi()
[all …]
H A Dglobal.c83 cursors(); in raiseexperience()
113 cursors(); in loseexperience()
378 cursors(); in quit()
496 cursors(); in drop_object()
536 cursors(); in enchantarmor()
565 cursors(); in enchweapon()
H A Dmoreobj.c160 cursors(); in ofountain()
295 cursors(); in fntchange()
H A Dstore.c249 cursors(); in dndstore()
401 cursors(); in oschool()
540 cursors(); in banktitle()
869 cursors(); in olrs()
H A Ddiag.c38 cursors(); in diag()
249 cursors(); in restoregame()
H A Dextern.h134 void cursors(void);
H A Dmovem.c313 cursors(); in mmove()
367 cursors(); in mmove()
H A Dobject.c43 cursors(); in lookforobject()
816 cursors(); in quaffpotion()
890 cursors(); in oscroll()
H A Daction.c132 cursors(); in act_wash_fountain()
H A Dio.c632 cursors(void) in cursors() function
H A Dscores.c620 cursors(); in died()
/netbsd/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dutil.py73 cursors = []
76 cursors.append(cursor)
78 return cursors
H A Dtest_cursor.py99 cursors = list(tu.cursor.get_children())
100 self.assertGreater(len(cursors), 0)
102 cursor = cursors[0]
117 cursors = []
120 cursors.append(cursor)
122 self.assertEqual(len(cursors), 3)
123 self.assertEqual(cursors[1].canonical, cursors[2].canonical)
458 cursors = get_cursors(tu, 'A')
459 for c in cursors:
/netbsd/lib/libc/db/
H A Dchangelog26 change, cursors and duplicate pages all had to be reworked.
29 permit multiple cursors in the future.
/netbsd/external/bsd/openldap/dist/libraries/liblmdb/
H A Dintro.doc121 any cursors will \b not automatically be freed. In a read-write
122 transaction, all cursors will be freed and must not be used again.
164 #mdb_txn_renew() on it. Any cursors in this transaction must also
174 For read-only transactions, any cursors created within it must
H A DCHANGES60 Fix mdb_dbi_open with mainDB cursors (ITS#8542)
259 Misc updates for cursors, DB handles, data lifetime
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dmessage.c388 m->cursors[i] = NULL; in msginitprivate()
2380 msg->cursors[i] = NULL; in dns_message_renderreset()
2410 msg->cursors[section] = ISC_LIST_HEAD(msg->sections[section]); in dns_message_firstname()
2412 if (msg->cursors[section] == NULL) { in dns_message_firstname()
2423 REQUIRE(msg->cursors[section] != NULL); in dns_message_nextname()
2425 msg->cursors[section] = ISC_LIST_NEXT(msg->cursors[section], link); in dns_message_nextname()
2427 if (msg->cursors[section] == NULL) { in dns_message_nextname()
2440 REQUIRE(msg->cursors[section] != NULL); in dns_message_currentname()
2442 *name = msg->cursors[section]; in dns_message_currentname()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DTooling.rst82 * want high level abstractions like cursors and code completion out of the box
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dmessage.h222 dns_name_t *cursors[DNS_SECTION_MAX]; member
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4156 CXCursor *cursors = 0; in perform_token_annotation() local
4242 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor)); in perform_token_annotation()
4243 assert(cursors); in perform_token_annotation()
4244 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation()
4284 if (!clang_isInvalid(cursors[i].kind)) { in perform_token_annotation()
4286 PrintCursor(cursors[i], NULL); in perform_token_annotation()
4290 free(cursors); in perform_token_annotation()
/netbsd/external/mit/xorg/lib/libxcb/files/
H A Drender.h2942 const xcb_render_animcursorelt_t *cursors);
2956 const xcb_render_animcursorelt_t *cursors);
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dresrc.c141 static int cursors; variable
796 first_cursor = cursors; in define_cursor()
818 ++cursors; in define_cursor()
821 name.u.id = cursors; in define_cursor()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dresrc.c142 static int cursors; variable
798 first_cursor = cursors; in define_cursor()
820 ++cursors; in define_cursor()
823 name.u.id = cursors; in define_cursor()

12