HomeSort by: relevance | last modified time | path
    Searched defs:drop (Results 1 - 13 of 13) sorted by relevancy

  /src/games/battlestar/
command4.c 219 if (drop(name) != -1) {
301 drop(const char *name) function in typeref:typename:int
360 puts("Drop kicked.");
397 return (drop("Dropped"));
  /src/games/adventure/
vocab.c 82 drop(object, where);
113 drop(int object, int where) function in typeref:typename:void
  /src/games/hack/
hack.do.c 69 /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */
78 static int drop(struct obj *);
84 return (drop(getobj("0$#", "drop")));
88 drop(struct obj *obj) function in typeref:typename:int
96 pline("You didn't drop any gold pieces.");
108 pline("You cannot drop something you are wearing.");
146 /* drop several things */
150 return (ggetobj("drop", drop, 0))
    [all...]
  /src/common/dist/zlib/contrib/infback9/
inftree9.c 40 unsigned drop; /* code bits to drop for sub-table */ local in function:inflate_table9
141 with length len. That code is converted to an index by dropping drop
142 bits off of the bottom. For codes where len is less than drop + curr,
143 those top drop + curr - len bits are incremented through all values to
149 new sub-table should be started. drop is zero when the root table is
150 being filled, and drop is root when sub-tables are being filled.
194 drop = 0; /* current bits to drop from code for index */
207 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/common/dist/zlib/
inftrees.c 42 unsigned drop; /* code bits to drop for sub-table */ local in function:inflate_table
149 with length len. That code is converted to an index by dropping drop
150 bits off of the bottom. For codes where len is less than drop + curr,
151 those top drop + curr - len bits are incremented through all values to
157 new sub-table should be started. drop is zero when the root table is
158 being filled, and drop is root when sub-tables are being filled.
200 drop = 0; /* current bits to drop from code for index */
213 here.bits = (unsigned char)(len - drop);
    [all...]
  /src/games/rogue/
pack.c 152 drop(void) function in typeref:typename:void
163 messagef(0, "you have nothing to drop");
166 if ((ch = pack_letter("drop what?", ALL_OBJECTS)) == CANCEL) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.c 65 int drop = 0; local in function:nouveau_fence_signal
75 drop = 1;
79 return drop;
148 int drop = 0; local in function:nouveau_fence_update
157 drop |= nouveau_fence_signal(fence);
160 return drop;
  /src/common/dist/zlib/examples/
zran.c 263 value >>= k; // drop the bits appended
408 unsigned drop = 8; // length of gzip trailer local in function:deflate_index_extract
409 if (strm.avail_in >= drop) {
410 strm.avail_in -= drop;
411 strm.next_in += drop;
415 drop -= strm.avail_in;
421 } while (--drop);
  /src/sys/dev/ic/
i82586.c 519 int drop = 0; local in function:i82586_rint
551 drop = 1;
587 if (drop) {
812 * Drop the packet at the head of the RX buffer ring.
rt2560var.h 79 int drop; member in struct:rt2560_rx_data
  /src/sys/altq/
altq_rmclass.h 151 void (*drop)(struct rm_class *); /* Class drop action. */ member in struct:rm_class
  /src/usr.bin/unifdef/
unifdef.c 419 static void drop (void) { flushline(false); } function in typeref:typename:void
421 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); }
422 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); }
423 static void Selse (void) { drop(); state(IS_TRUE_ELSE); }
429 static void Dfalse(void) { drop(); ignoreoff(); state(IS_FALSE_TRAILER); }
430 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); }
431 static void Delse (void) { drop(); state(IS_FALSE_ELSE); }
432 static void Dendif(void) { drop(); --depth; }
460 drop, Eeof },
472 drop, Eeof }
    [all...]
  /src/usr.bin/dc/
bcode.c 80 static void drop(void);
189 { 'R', drop },
565 drop(void) function in typeref:typename:void

Completed in 68 milliseconds