Searched defs:fnc (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 76 #define FCODE(token, fl, nm, fnc) \ argument 81 #define ANSI(tk, t, nm, fnc) FCODE(tk, (ANSI_WORD|P1275_WORD|t), nm, fnc) argument 82 #define P1275(tk, t, nm, fnc) FCODE(tk, (P1275_WORD|t), nm, fnc) argument
|
H A D | engine.h | 277 #define FORTH(fl, nm, fnc) define_word(env, fl, nm, fnc); argument
|
/titanic_50/usr/src/uts/common/pcmcia/cs/ |
H A D | cs_stubs.c | 520 csx_GetFirstClient(get_firstnext_client_t *fnc) in csx_GetFirstClient() 531 csx_GetNextClient(get_firstnext_client_t *fnc) in csx_GetNextClient()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 6493 func fnc = (func)st_runout; in st_start() local
|