Function handle_xx

Source
fn handle_xx(
    state: &mut State,
    a: Font,
    b: Font,
    reader: &mut ManReader<'_>,
    lp: &str,
    break_text: &mut String,
    w: &mut impl Write,
    basepath: Option<&str>,
)