Home
last modified time | relevance | path

Searched refs:pro_null (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/xhomer/xhomer-9-16-06/
H A Dpro_menu.c160 *dev = &pro_null; in pro_menu_assign_serial()
203 else if (dev == &pro_null) in pro_menu_print_serial()
463 if ((porttype != &pro_com) && (pro_com != &pro_null)) in pro_menu_serial()
466 if ((porttype != &pro_ptr) && (pro_ptr != &pro_null)) in pro_menu_serial()
469 if ((porttype != &pro_kb_orig) && (pro_kb_orig != &pro_null)) in pro_menu_serial()
472 if ((porttype != &pro_la50device) && (pro_la50device != &pro_null)) in pro_menu_serial()
494 pro_menu_print_serial(item[7], "", &pro_null, 0); in pro_menu_serial()
H A Dpro_init.c156 *dev = &pro_null; in assign_serial()
281 pro_la50device = &pro_null; in pro_reset()
287 pro_ptr = &pro_null; in pro_reset()
290 pro_com = &pro_null; in pro_reset()
H A Dpro_null.c31 struct sercall pro_null = {&pro_null_get, &pro_null_put, variable
H A DLICENSE42 pro_null.c
H A DMakefile310 pro_null.o: pro_null.c pdp11_defs.h sim_defs.h pro_defs.h pro_version.h \
H A Dpro_defs.h587 GLOBAL struct sercall pro_null; variable