HomeSort by: relevance | last modified time | path
    Searched refs:DROP (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/lpr/common_source/
lp.local.h 67 #define DROP 3 /* offset to drop characters with descenders */
  /src/games/battlestar/
command2.c 121 wordvalue[++wordnumber] = DROP;
command7.c 263 case DROP:
extern.h 149 #define DROP 1015
344 int drop(const char *);
words.c 134 { "drop", DROP, VERB, NULL },
cypher.c 189 case DROP:
198 wordnumber = drop("Dropped");
203 puts("Nothing to drop!");
205 drop("Dropped");
  /src/share/examples/puffs/pgfs/
newfs.sql 33 DROP SCHEMA pgfs CASCADE;
  /src/usr.sbin/lpr/lpd/
printjob.c 1074 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1079 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
1112 return (DROP);
  /src/lib/libc/regex/
regcomp.c 221 #define DROP(n) (p->slen -= (n))
815 DROP(1);
1596 DROP(finish-start); /* drop the operand */
  /src/dist/pf/sbin/pfctl/
parse.y 414 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
563 | SET BLOCKPOLICY DROP {
565 printf("set block-policy drop\n");
2179 | DROP {
4906 { "drop", DROP},
4907 { "drop-ovl", FRAGDROP},

Completed in 165 milliseconds