Home
last modified time | relevance | path

Searched defs:Const (Results 1 – 2 of 2) sorted by relevance

/inferno-os/libinterp/
H A Dcomp-arm.c280 typedef struct Const Const; typedef
281 struct Const struct
292 Const table[NCON]; argument
/inferno-os/utils/na/
H A Dna.y33 typedef enum Type { Const, Addr, Table, Extern, Reg, Unknown, Error } Type; enumerator