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