| /src/external/ibm-public/postfix/dist/src/util/ |
| ring.h | 1 /* $NetBSD: ring.h,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */ 8 /* ring 3h 12 /* #include <ring.h> 19 typedef struct RING RING; 21 struct RING { 22 RING *succ; /* successor */ 23 RING *pred; /* predecessor */ 26 extern void ring_init(RING *); 27 extern void ring_prepend(RING *, RING *) [all...] |
| ring.c | 1 /* $NetBSD: ring.c,v 1.2 2025/02/25 19:15:52 christos Exp $ */ 5 /* ring 3 9 /* #include <ring.h> 12 /* RING *list; 15 /* RING *list; 16 /* RING *element; 19 /* RING *list; 20 /* RING *element; 22 /* RING *ring_pred(element) 23 /* RING *element [all...] |
| ctable.c | 87 #include <ring.h> 98 RING ring; /* MRU linkage */ member in struct:ctable_entry 104 RING_TO_APPL(ring_ptr, CTABLE_ENTRY, ring) 105 #define RING_PTR_OF(x) (&((x)->ring)) 113 RING ring; /* MRU linkage */ member in struct:ctable 246 RING *entry = RING_PTR_OF(cache);
|
| events.c | 161 #include "ring.h" 505 * the RING abstraction, so we get to use a couple ugly macros. 519 RING ring; /* linkage */ member in struct:EVENT_TIMER 522 static RING event_timer_head; /* timer queue head */ 526 ((EVENT_TIMER *) ((void *) (r) - offsetof(EVENT_TIMER, ring))) 899 RING *ring; local 921 FOREACH_QUEUE_ENTRY(ring, &event_timer_head) { 922 timer = RING_TO_TIMER(ring); 970 RING *ring; local 1031 RING *ring; local [all...] |
| /src/games/hack/ |
| def.objects.h | 211 ARMOR("ring mail", 15, 5, 7, 0), 296 #define RING(name,stone,spec) { name, stone, NULL, 0, 0,\ 299 RING("adornment", "engagement", 0), 300 RING("teleportation", "wooden", 0), 301 RING("regeneration", "black onyx", 0), 302 RING("searching", "topaz", 0), 303 RING("see invisible", "pearl", 0), 304 RING("stealth", "sapphire", 0), 305 RING("levitation", "moonstone", 0), 306 RING("poison resistance", "agate", 0) [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| scache_multi.c | 43 #include <ring.h> 90 RING ring[1]; /* circular list linkage */ member in struct:__anon23127 95 #define RING_TO_MULTI_HEAD(p) RING_TO_APPL((p), SCACHE_MULTI_HEAD, ring) 102 RING ring[1]; /* circular list linkage */ member in struct:__anon23128 108 #define RING_TO_MULTI_DEST(p) RING_TO_APPL((p), SCACHE_MULTI_DEST, ring) 117 RING ring[1]; /* circular list linkage */ member in struct:__anon23129 123 #define RING_TO_MULTI_ENDP(p) RING_TO_APPL((p), SCACHE_MULTI_ENDP, ring) 188 RING *ring; local 257 RING *ring; local 341 RING *ring; local 365 RING *ring; local 424 RING *ring; local [all...] |
| /src/games/rogue/ |
| ring.c | 1 /* $NetBSD: ring.c,v 1.9 2008/01/14 03:50:02 dholland Exp $ */ 38 static char sccsid[] = "@(#)ring.c 8.1 (Berkeley) 5/31/93"; 40 __RCSID("$NetBSD: ring.c,v 1.9 2008/01/14 03:50:02 dholland Exp $"); 45 * ring.c 59 static const char no_ring[] = "there's no ring on that hand"; 78 object *ring; local 84 if ((ch = pack_letter("put on what?", RING)) == CANCEL) { 87 if (!(ring = get_letter_object(ch))) { 91 if (!(ring->what_is & RING)) { 152 object *ring; local 279 object *ring; local [all...] |
| pack.c | 406 if (obj->what_is & (ARMOR | RING)) { 446 ch = pack_letter("call what?", (SCROL | POTION | WAND | RING)); 455 if (!(obj->what_is & (SCROL | POTION | WAND | RING))) { 533 *mask = RING;
|
| object.c | 68 INIT_RINGS, /* left ring */ 69 INIT_RINGS, /* right ring */ 129 {300, "ring mail ", "", (UNIDENTIFIED)}, 341 case RING: 342 retstring = "ring "; 386 case RING: 414 what_is = RING; 784 obj->what_is = RING; 793 if (obj->what_is == RING) {
|
| inventory.c | 175 {'P', "P put on ring"}, 177 {'R', "R remove ring"}, 556 if (obj->what_is & (WEAPON | ARMOR | WAND | RING)) { 618 case RING: 737 case RING: 808 id = "ring";
|
| rogue.h | 69 #define RING ((unsigned short) 0200)
|
| score.c | 595 case RING:
|
| use.c | 386 if (obj->what_is & (SCROL | POTION | WEAPON | ARMOR | WAND | RING)) {
|
| room.c | 243 case RING:
|
| /src/games/battlestar/ |
| dayobjs.c | 136 {218, RING},
|
| command5.c | 342 !(obj == RING || obj == BRACELET)) 362 if (obj == RING || obj == BRACELET) {
|
| command2.c | 81 case RING:
|
| extern.h | 114 #define RING 44
|
| words.c | 97 { "ring", RING, OBJECT, NULL },
|
| /src/external/historical/nawk/dist/testdir/ |
| chem.awk | 20 RING = "R"; MOL = "M"; BOND = "B"; OTHER = "O" # manifests 30 cr = scale * 0.08 # rad of invis circles at ring vertices 31 crh = scale * 0.16 # ht of invis ellipse at ring vertices 73 $1 ~ /ring|benz/ { ring($1); next } 192 if (substr(labtype[$2], 1, 1) != RING) 193 error(sprintf("%s is not a ring", $2)) 201 function ring(type, typeint, pt, verts, i) { function 234 typeint = RING verts pt # RING | verts | di [all...] |
| /src/external/ibm-public/postfix/dist/src/postmulti/ |
| postmulti.c | 488 #include <ring.h> 586 RING ring; /* linkage. */ member in struct:instance 599 static RING instance_hd[1]; /* instance list head */ 601 #define RING_TO_INSTANCE(ring_ptr) RING_TO_APPL(ring_ptr, INSTANCE, ring) 602 #define RING_PTR_OF(x) (&((x)->ring)) 796 RING *old; 1267 RING *entry; 1375 RING *entry; 1593 RING *entry [all...] |