• Home
  • Raw
  • Download

Lines Matching defs:c

55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__)))  in ed_end_of_file()
69 ed_insert(EditLine *el, Int c) in ed_insert()
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_prev_word()
140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_next_char()
187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) in ed_kill_line()
208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_end()
231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_beg()
254 ed_transpose_chars(EditLine *el, Int c) in ed_transpose_chars()
280 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_next_char()
309 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_word()
335 ed_prev_char(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_char()
359 ed_quoted_insert(EditLine *el, Int c) in ed_quoted_insert()
379 ed_digit(EditLine *el, Int c) in ed_digit()
407 ed_argument_digit(EditLine *el, Int c) in ed_argument_digit()
433 Int c __attribute__((__unused__))) in ed_unassigned()
451 Int c __attribute__((__unused__))) in ed_tty_sigint()
465 Int c __attribute__((__unused__))) in ed_tty_dsusp()
479 Int c __attribute__((__unused__))) in ed_tty_flush_output()
493 Int c __attribute__((__unused__))) in ed_tty_sigquit()
507 Int c __attribute__((__unused__))) in ed_tty_sigtstp()
521 Int c __attribute__((__unused__))) in ed_tty_stop_output()
535 Int c __attribute__((__unused__))) in ed_tty_start_output()
548 ed_newline(EditLine *el, Int c __attribute__((__unused__))) in ed_newline()
564 ed_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_prev_char()
584 ed_clear_screen(EditLine *el, Int c __attribute__((__unused__))) in ed_clear_screen()
600 Int c __attribute__((__unused__))) in ed_redisplay()
613 ed_start_over(EditLine *el, Int c __attribute__((__unused__))) in ed_start_over()
628 Int c __attribute__((__unused__))) in ed_sequence_lead_in()
641 ed_prev_history(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_history()
679 ed_next_history(EditLine *el, Int c __attribute__((__unused__))) in ed_next_history()
706 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) in ed_search_prev_history()
774 ed_search_next_history(EditLine *el, Int c __attribute__((__unused__))) in ed_search_next_history()
828 ed_prev_line(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_line()
871 ed_next_line(EditLine *el, Int c __attribute__((__unused__))) in ed_next_line()
905 ed_command(EditLine *el, Int c __attribute__((__unused__))) in ed_command()