Searched refs:get_arg (Results 1 – 8 of 8) sorted by relevance
354 u_int (*get_arg)(void); in tty_parse_modes() local361 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()
429 get_arg(int c) in get_arg() function540 get_arg(c); in vidc_term_emu()
299 get_arg(int c) in get_arg() function414 get_arg(c); in efi_term_emu()
361 get_arg(int c) in get_arg() function479 get_arg(c); in vidc_term_emu()
489 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_glob3263 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()
218 virtual input_iterator *get_arg(int) { return 0; } in get_arg() function in input_iterator417 static input_iterator *get_arg(int);615 input_iterator *input_stack::get_arg(int i) in get_arg() function in input_stack620 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_iterator3905 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 …]
1333 static int get_arg(unsigned long offset) in get_arg() function1340 return get_arg(offset); in get_index()
593 Added `get_arg',`get_tab_args', `remember_table', and `get_table'