Lines Matching defs:ident
92 global_client.ident = NO_IDENT;
202 global_client.ident = GetNewIdent();
220 client_event.data.l[2] = (long) global_client.ident;
382 unsigned char ident, error_code;
403 (void) _XEditResGet8(stream, &ident);
404 if (global_client.ident != ident) {
407 printf("Incorrect ident from client.\n");
505 _XEditResPut8(stream, client_data->ident);
940 static ResIdent ident = 1;
942 return(ident++);