Searched refs:hex_open (Results 1 – 1 of 1) sorted by relevance
19 static int hex_open __P((char *));24 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };28 static int hex_open(fname) in hex_open() function