Lines Matching defs:_X_
239 #define ABS(_X_) (((_X_) < 0) ? -(_X_) : (_X_)) argument
265 #define PARSE_END(_X_) (*(_X_)->binding->bd_end)(_X_) argument
266 #define PARSE_SETCS(_X_, _CS_) (*(_X_)->binding->bd_setcs)(_X_, _CS_) argument
267 #define PARSE_ENABLE(_X_) (*(_X_)->binding->bd_enable)(_X_) argument
268 #define PARSE_DISABLE(_X_) (*(_X_)->binding->bd_disable)(_X_) argument
269 #define PARSE_GETFMT(_X_, _DCT_) (*(_X_)->binding->bd_getfmt)(_X_, _DCT_) argument
270 #define PARSE_SETFMT(_X_, _DCT_) (*(_X_)->binding->bd_setfmt)(_X_, _DCT_) argument
271 #define PARSE_GETTIMECODE(_X_, _DCT_) (*(_X_)->binding->bd_timecode)(_X_, _DCT_) argument
305 #define ERR(_X_) if (list_err(parse, (_X_))) argument
1628 #define isprint(_X_) (((_X_) > 0x1F) && ((_X_) < 0x7F)) argument
5442 #define mb(_X_) (buffer[2+(_X_)]) /* shortcut for buffer access */ argument