Searched refs:_str (Results 1 – 3 of 3) sorted by relevance
171 OI_CHAR *_str = &_buf[8]; \173 *_str = 0; \174 do { *(--_str) = _digits[(_i & 0xF)]; _i >>= 4; } while (_i); \175 OI_Print(_str); \
21 #define _str(a) #a22 #define xstr(a) _str(a)
3691 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument3698 std::string remainder = _str; in Text()4899 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument4906 std::string remainder = _str; in Text()