Search | Google it | Results 1 - 1 of 1 for funcall:delete_cons (0.00 seconds) |
763: /* Delete the current port when it is not newly created */ 764: if (new == 0) delete_cons(old); 765: 809: case CS_DELETE: /* Delete the console port */ 810: if (arg[0] > 2 && (p = check_port(arg[0]))) n = delete_cons(p); 811: else n = -1; 906: while (!isQueEmpty(&ConsPort)) { 907: delete_cons((CONSCB*)ConsPort.next); 908: }