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

  /src/games/hack/
def.objclass.h 90 #define SPEC 1 /* +n is meaningful */
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 103 #define SPEC (0x10|EXPR) /* field or length specifier */
106 #define OPTSPEC (OPTOPRN|SPEC)
160 {"FILL",0x0FC0, FILL, {SPEC, 0, 0, 0}},
209 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}},
229 {"PIXBLT",0x0F00,PIXBLT,{SPEC, SPEC, 0, 0}},
257 int check_spec(int spec, const char *valid, const char *what);
259 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords);
276 int spec[3]; local in function:do_statement
298 spec[0] = spec[1] = spec[2] = 0
    [all...]

Completed in 13 milliseconds