Searched refs:JUMP0 (Results 1 – 1 of 1) sorted by relevance
123 #define JUMP0(FUNC, THIS) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS) macro154 #define _IO_UNDERFLOW(FP) JUMP0 (__underflow, FP)162 #define _IO_UFLOW(FP) JUMP0 (__uflow, FP)215 #define _IO_SYNC(FP) JUMP0 (__sync, FP)222 #define _IO_DOALLOCATE(FP) JUMP0 (__doallocate, FP)265 #define _IO_SYSCLOSE(FP) JUMP0 (__close, FP)280 #define _IO_SHOWMANYC(FP) JUMP0 (__showmanyc, FP)
Completed in 4 milliseconds