19 if( iPort == 0 || iPort == devInfo->
iPort )
21 if( strcmp(devInfo->
pszDevice, filename)==0 ) {
39 char *
p = calloc( strlen(lpt_proto->
proto) + strlen(lpt_proto->
name) + 3, 1 );
40 strcpy( p, lpt_proto->
proto );
42 strcat( p, lpt_proto->
name );
93 redir_handle = tmp_handle;
138 int cur = ((default_width==-1) ? 80 : default_width);
156 tmp_handle->
width = width;
157 cur = tmp_handle->
width;