Searched refs:getChar (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfHuf.cpp793 // getChar() and getCode() are implemented as macros
797 #define getChar(c, lc, in) \ macro
809 getChar(c, lc, in); \
860 getChar (c, lc, in);
895 getChar (c, lc, in);
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp700 int getChar = sDebuggerModules[i]->debugger_getchar(); local
701 if (getChar >= 0)
702 return (char)getChar;

Completed in 39 milliseconds