Lines Matching refs:send
1502 send(action, c)
1533 while (--width > 0) send(action, ' ');
1534 if (neg) send(action, '-');
1536 send(action, val - (nval * 10) + '0');
1550 while (--width > 0) send(action, ' ');
1551 if (neg) send(action, '-');
1553 send(action, val - (nval * 10) + '0');
1567 while (--width > 0) send(action, ' ');
1568 if (neg) send(action, '-');
1570 send(action, val - (nval * 10) + '0');
1581 send(action, c);
1717 send (action, (nibble<=9)? (nibble+'0') : (nibble-10+hexadd));
1747 send (action, (nibble<=9)? (nibble+'0') : (nibble-10+hexadd));
1767 send(action, arg);
1775 send(action, c);
10715 mov al, #0x11 ; send initialisation commands