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

/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c354 u_int (*get_arg)(void);
361 get_arg = packet_get_int;
364 get_arg = packet_get_char;
408 tio.c_cc[NAME] = special_char_decode(get_arg()); \
413 if (get_arg()) \
/freebsd-11-stable/stand/i386/libi386/
H A Dvidconsole.c361 get_arg(int c) function
479 get_arg(c);
/freebsd-11-stable/stand/efi/libefi/
H A Defi_console.c299 get_arg(int c) function
414 get_arg(c);
/freebsd-11-stable/stand/pc98/libpc98/
H A Dvidconsole.c429 get_arg(int c) function
540 get_arg(c);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp218 virtual input_iterator *get_arg(int) { return 0; } function in class:input_iterator
417 static input_iterator *get_arg(int);
615 input_iterator *input_stack::get_arg(int i) function in class:input_stack
620 return p->get_arg(i);
3592 input_iterator *get_arg(int i);
3600 input_iterator *macro_iterator::get_arg(int i) function in class:macro_iterator
3905 input_iterator *p = input_stack::get_arg(i);
4217 input_stack::push(input_stack::get_arg(s[0] - '0'));
4222 input_iterator *p = input_stack::get_arg(i);
4240 input_iterator *p = input_stack::get_arg(
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp489 int get_arg (void);
700 (get_arg() == 0);
711 (get_arg() == 1) );
855 int text_glob::get_arg (void) function in class:text_glob
3263 troff_indent = g->get_arg();
3265 pageoffset = g->get_arg();
3267 temp_indent = g->get_arg();
3581 ncol = g->get_arg();
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1333 static int get_arg(unsigned long offset) function
1340 return get_arg(offset);

Completed in 425 milliseconds