Home
last modified time | relevance | path

Searched refs:get_arg (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssh/
HDttymodes.c354 u_int (*get_arg)(void); in tty_parse_modes() local
361 get_arg = packet_get_int; in tty_parse_modes()
364 get_arg = packet_get_char; in tty_parse_modes()
408 tio.c_cc[NAME] = special_char_decode(get_arg()); \ in tty_parse_modes()
413 if (get_arg()) \ in tty_parse_modes()
/freebsd-11-stable/stand/pc98/libpc98/
HDvidconsole.c429 get_arg(int c) in get_arg() function
540 get_arg(c); in vidc_term_emu()
/freebsd-11-stable/stand/efi/libefi/
HDefi_console.c299 get_arg(int c) in get_arg() function
414 get_arg(c); in efi_term_emu()
/freebsd-11-stable/stand/i386/libi386/
HDvidconsole.c361 get_arg(int c) in get_arg() function
479 get_arg(c); in vidc_term_emu()
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDpost-html.cpp489 int get_arg (void);
700 (get_arg() == 0); in is_nf()
711 (get_arg() == 1) ); in is_fi()
855 int text_glob::get_arg (void) in get_arg() function in text_glob
3263 troff_indent = g->get_arg(); in calc_po_in()
3265 pageoffset = g->get_arg(); in calc_po_in()
3267 temp_indent = g->get_arg(); in calc_po_in()
3581 ncol = g->get_arg(); in lookahead_for_tables()
/freebsd-11-stable/contrib/groff/src/roff/troff/
HDinput.cpp218 virtual input_iterator *get_arg(int) { return 0; } in get_arg() function in input_iterator
417 static input_iterator *get_arg(int);
615 input_iterator *input_stack::get_arg(int i) in get_arg() function in input_stack
620 return p->get_arg(i); in get_arg()
3592 input_iterator *get_arg(int i);
3600 input_iterator *macro_iterator::get_arg(int i) in get_arg() function in macro_iterator
3905 input_iterator *p = input_stack::get_arg(i); in composite_glyph_name()
4217 input_stack::push(input_stack::get_arg(s[0] - '0')); in interpolate_arg()
4222 input_iterator *p = input_stack::get_arg(i); in interpolate_arg()
4240 input_iterator *p = input_stack::get_arg(i); in interpolate_arg()
[all …]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_main.c1333 static int get_arg(unsigned long offset) in get_arg() function
1340 return get_arg(offset); in get_index()
/freebsd-11-stable/contrib/groff/
HDChangeLog.118593 Added `get_arg',`get_tab_args', `remember_table', and `get_table'