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

  /src/games/hack/
def.objclass.h 90 #define SPEC 1 /* +n is meaningful */
def.objects.h 296 #define RING(name,stone,spec) { name, stone, NULL, 0, 0,\
297 RING_SYM, 0, 0, 1, spec, 0, 0 }
313 RING("gain strength", "ruby", SPEC),
314 RING("increase damage", "silver", SPEC),
315 RING("protection", "granite", SPEC),
hack.mkobj.c 174 if (objects[otmp->otyp].bits & SPEC) {
hack.objnam.c 379 if (obj->known && (objects[obj->otyp].bits & SPEC)) {
  /src/external/ibm-public/postfix/dist/mantools/
xpostconf 98 # If working from a spec file, emit output in the specified order.
101 open(SPEC, "$opt_s") || die "cannot open $opt_s: $!\m";
102 while(<SPEC>) {
  /src/external/bsd/openldap/dist/tests/scripts/
test043-delta-syncrepl 35 SPEC="mdb=a"
287 $LDIFFILTER -b $BACKEND -s $SPEC < $PROVIDEROUT | grep -iv "^auditcontext:" > $PROVIDERFLT
289 $LDIFFILTER -b $BACKEND -s $SPEC < $CONSUMEROUT | grep -iv "^auditcontext:" > $CONSUMERFLT
396 $LDIFFILTER -b $BACKEND -s $SPEC < $PROVIDEROUT | grep -iv "^auditcontext:" > $PROVIDERFLT
398 $LDIFFILTER -b $BACKEND -s $SPEC < $CONSUMEROUT | grep -iv "^auditcontext:" > $CONSUMERFLT
536 $LDIFFILTER -b $BACKEND -s $SPEC < $PROVIDEROUT | grep -iv "^auditcontext:" > $PROVIDERFLT
538 $LDIFFILTER -b $BACKEND -s $SPEC < $CONSUMEROUT | grep -iv "^auditcontext:" > $CONSUMERFLT
  /src/external/lgpl3/mpfr/dist/tests/
tget_sj.c 37 #define PRMAX(SPEC,V) printf (" %j" SPEC ",", V)
39 #define PRMAX(SPEC,V) (void) 0
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 100 #define SPEC (0x10|EXPR) /* field or length specifier */
103 #define OPTSPEC (OPTOPRN|SPEC)
157 {"FILL",0x0FC0, FILL, {SPEC, 0, 0, 0}},
206 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}},
226 {"PIXBLT",0x0F00,PIXBLT,{SPEC, SPEC, 0, 0}},
254 int check_spec(int spec, const char *valid, const char *what);
256 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords);
273 int spec[3]; local
295 spec[0] = spec[1] = spec[2] = 0
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
ifdef.c 130 char *spec = f; local
195 f = scan_printf_spec (spec);
218 printf_output (spec - 1, value);
227 f = spec;
307 char *spec = f; local
328 f = scan_printf_spec (spec);
350 printf_output (spec - 1, value);
358 f = spec;
413 /* Scan optional printf-style SPEC of the form `-*[0-9]*(.[0-9]*)?[cdoxX]'.
414 Return the address of the character following SPEC, or zero if failure. *
    [all...]

Completed in 36 milliseconds