Lines Matching defs:port
86 void show_port_info(snd_seq_t *handle, int client, int port)
92 min = port < 0 ? 0 : port;
93 max = port < 0 ? max_ports : port + 1;
149 printf(" port <client> [#] show all ports or specified port for specified client\n");
151 printf(" sender <client.port> [<client.port>] ... event sender\n");
219 } else if (!strcmp(argv[optind], "port")) {
222 fprintf(stderr, "Specify port...\n");