Searched refs:JUMP1 (Results 1 – 1 of 1) sorted by relevance
/libio/ |
A D | libioP.h | 124 #define JUMP1(FUNC, THIS, X1) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1) macro 139 #define _IO_FINISH(FP) JUMP1 (__finish, FP, 0) 146 #define _IO_OVERFLOW(FP, CH) JUMP1 (__overflow, FP, CH) 168 #define _IO_PBACKFAIL(FP, CH) JUMP1 (__pbackfail, FP, CH) 273 #define _IO_SYSSTAT(FP, BUF) JUMP1 (__stat, FP, BUF) 286 #define _IO_IMBUE(FP, LOCALE) JUMP1 (__imbue, FP, LOCALE)
|
Completed in 9 milliseconds