Searched refs:fcall (Results 1 – 4 of 4) sorted by relevance
14 <boost/spirit/home/karma/nonterminal/detail/fcall.hpp>
14 <boost/spirit/home/qi/nonterminal/detail/fcall.hpp>
66 #define CALL_CHECK(fcall) do { int _r=fcall; if (_r < 0) ERR_EXIT(_r); } while (0) argument67 #define CALL_CHECK_CLOSE(fcall, hdl) do { int _r=fcall; if (_r < 0) { libusb_close(hdl); ERR_EXIT(_… argument
9 ** the "fcall" and "fret" constructs.2594 number = /[0-9\-]/ >{ fhold; fcall number_machine; };2696 fcall timestamp_machine;2698 fcall duration_machine;2700 fcall fieldmask_machine;2702 fcall string_machine;2707 value2 = ^(space | "]" | "}") >{ fhold; fcall value_machine; } ;