Home
last modified time | relevance | path

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

/dports/devel/rlog/rlog-1.4/rlog/
H A Drlog-prec99.h27 # define _rMessageCall(ID, CHANNEL, ARGS...) \ macro
30 # define _rMessageCall(ID, CHANNEL, ARGS...) \ macro
42 _rMessageCall(ID, CHANNEL, ##ARGS ) } while(0)
H A Drlog-c99.h34 # define _rMessageCall(ID, COMPONENT, CHANNEL, ...) \ macro
42 # define _rMessageCall(ID, COMPONENT, CHANNEL, ...) \ macro
62 do { _rMessageCall(ID, RLOG_COMPONENT, CHANNEL, ##__VA_ARGS__ ) } while(0)