Home
last modified time | relevance | path

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

/minix3/external/bsd/blacklist/bin/
H A Dconf.c320 getproto(const char *f, size_t l, bool local __unused, struct conf *c, in getproto() function
/minix3/external/mit/lua/dist/src/
H A Dlobject.h486 #define getproto(o) (clLvalue(o)->p) macro