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

/macosx-10.10.1/screen-22/screen/
H A Dbraille.h55 char *bd_port; /* serial port to use */ member in struct:braille_display
H A Dbraille.c126 bd.bd_port = 0;
183 if (bd.bd_type == 0 || bd.bd_port == 0)
188 Msg(0, "bd_port turned off");
189 free(bd.bd_port);
190 bd.bd_port = 0;
264 bd.bd_fd = OpenTTY(bd.bd_port, str);
267 Msg(errno, "open comm port failed: %s ", bd.bd_port);
827 if (bd.bd_port)
828 free(bd.bd_port);
829 bd.bd_port
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dscreen.vim62 \ bd_port

Completed in 61 milliseconds