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

  /src/usr.bin/fgen/
fgen.h 3 * fgen.h -- stuff for the fcode tokenizer.
41 #define FCODE 0x000FC0DE
44 /* Defined fcode and string. */
45 struct fcode { struct
49 struct fcode *l;
50 struct fcode *r;
63 * FCode header -- assumes big-endian machine,
fgen.l 78 static struct fcode *dictionary = NULL;
308 static int fadd(struct fcode *, struct fcode *);
309 static struct fcode *flookup(struct fcode *, const char *);
323 * Standard FCode names and numbers. Includes standard
326 static struct fcode fcodes[] = {
447 { "fcode-revision", 0x0087, 0, NULL, NULL },
634 { "fcode-version", 0x0212, 0, NULL, NULL },
637 { "suspend-fcode", 0x0215, 0, NULL, NULL }
    [all...]

Completed in 13 milliseconds