#include "defs.h" /* put into 'symbol' the symbol table entry for a thing with type t, value v * return 1 if found, 0 otherwise */ eval(t, v) CHAR t; ADR v; { if (v) v -= fdelta; Lseek(file, limit+HDRSIZ, 0); scansym(symbol) if (symbol->type == t && symbol->value.v_adr == v) return(1); return(0); }