Lines Matching defs:send
58 void send(uint16_t action, uint8_t c)
85 send(action, ' ');
87 send(action, '-');
89 send(action, val - (nval * 10) + '0');
99 send(action, ' ');
101 send(action, '-');
103 send(action, val - (nval * 10) + '0');
113 send(action, ' ');
115 send(action, '-');
117 send(action, val - (nval * 10) + '0');
125 send(action, c);
135 send(action, c);
186 send (action, (nibble<=9)? (nibble+'0') : (nibble-10+hexadd));
215 send (action, (nibble<=9)? (nibble+'0') : (nibble-10+hexadd));
234 send(action, arg);
242 send(action, c);