Home
last modified time | relevance | path

Searched refs:rlstate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/qbus/
H A Drl.c142 rlstate(struct rlc_softc *sc, int unit) in rlstate() function
293 printf(": %s, %s\n", dl->d_typename, rlstate(rc->rc_rlc, ra->hwid)); in rlattach()
332 msg = rlstate(sc, rc->rc_hwid); in rlopen()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.c1445 sp->rlstate = rl_readline_state; in rl_save_state()
1485 rl_readline_state = sp->rlstate; in rl_restore_state()
H A Dreadline.h931 int rlstate; member