Searched defs:fetcharg (Results 1 – 2 of 2) sorted by relevance
/csrg-svn/old/as.vax/ | ||
H A D | as.h | 294 #define fetcharg(ptr, n) ((struct Instab *)ptr)->I_args[n] macro |
/csrg-svn/old/as.tahoe/ | ||
H A D | as.h | 249 #define fetcharg(ptr, n) ((struct Instab *)ptr)->I_args[n] macro |