Searched refs:put_arg (Results 1 – 1 of 1) sorted by relevance
286 void (*put_arg)(Buffer *, u_int); in tty_make_modes() local292 put_arg = buffer_put_int; in tty_make_modes()296 put_arg = (void (*)(Buffer *, u_int)) buffer_put_char; in tty_make_modes()322 put_arg(&buf, special_char_encode(tio.c_cc[NAME])); in tty_make_modes()326 put_arg(&buf, ((tio.FIELD & NAME) != 0)); in tty_make_modes()