Searched refs:T_FPTR (Results 1 – 3 of 3) sorted by relevance
198 { T_FPTR, 0, S_PFPTR }, /* int (*()) */529 typecode |= T_FPTR; /* Function pointer */ in dosizeof()575 if ((typecode & T_FPTR) != 0) /* Function pointer */ in dosizeof()576 typecode = T_FPTR | T_PTR; in dosizeof()
166 #define T_FPTR 512 /* Pointer to functions */ macro
285 endtest = T_FPTR; /* Stop here */
Completed in 26 milliseconds