Home
last modified time | relevance | path

Searched refs:JUMP0 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A DlibioP.h119 # define JUMP0(FUNC, THIS) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS) macro
133 # define JUMP0(FUNC, THIS) _IO_JUMPS_FUNC(THIS)->FUNC.pfn (THIS)
165 #define _IO_UNDERFLOW(FP) JUMP0 (__underflow, FP)
173 #define _IO_UFLOW(FP) JUMP0 (__uflow, FP)
227 #define _IO_SYNC(FP) JUMP0 (__sync, FP)
234 #define _IO_DOALLOCATE(FP) JUMP0 (__doallocate, FP)
278 #define _IO_SYSCLOSE(FP) JUMP0 (__close, FP)
293 #define _IO_SHOWMANYC(FP) JUMP0 (__showmanyc, FP)