Searched refs:proto_list (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/winsysck/sun-src/
H A Dmain.c91 static int proto_list[N_PROTO], n_proto; variable
98 if (proto_list[i]==proto) {
102 proto_list[n_proto++]=proto;
210 for(i=0; (i < N_PROTO) && (proto_list[i] != PROTO_NONE); i++) {
211 switch (proto_list[i]) {
226 fprintf(stderr, "%s: WSGO: proto_list[%d]==%d\n",
227 cmdname,i,proto_list[i]);

Completed in 12 milliseconds