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

/freebsd-10.1-release/contrib/libreadline/
H A Dterminal.c145 static char *_rl_term_mm; variable
394 { "mm", &_rl_term_mm },
491 _rl_term_mm = _rl_term_mo = (char *)NULL;
534 _rl_term_mm = _rl_term_mo = (char *)NULL;
691 if (term_has_meta && _rl_term_mm)
692 tputs (_rl_term_mm, 1, _rl_output_character_function);

Completed in 37 milliseconds