Home
last modified time | relevance | path

Searched refs:est_open (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-est.c35 static void est_open (char *args, int from_tty);
166 est_open (char *args, int from_tty) in est_open() function
183 est_ops.to_open = est_open; in _initialize_est()
DChangeLog-19952863 * remote-est.c (est_open): Make static to match prototype.