Lines Matching refs:ARGS
49 int x_getc ARGS((void));
50 void x_flush ARGS((void));
51 void x_putc ARGS((int c));
52 void x_puts ARGS((const char *s));
54 int promptlen ARGS((const char *cp, const char **spp));
55 int x_do_comment ARGS((char *buf, int bsize, int *lenp));
56 void x_print_expansions ARGS((int nwords, char *const *words, int is_command));
57 int x_cf_glob ARGS((int flags, const char *buf, int buflen, int pos, int *startp,
59 int x_longest_prefix ARGS((int nwords, char *const *words));
60 int x_basename ARGS((const char *s, const char *se));
61 void x_free_words ARGS((int nwords, char **words));
62 int x_escape ARGS((const char *, size_t, int (*)(const char *s, size_t len)));
64 int x_emacs ARGS((char *buf, size_t len));
65 void x_init_emacs ARGS((void));
66 void x_emacs_keys ARGS((X_chars *ec));
68 int x_vi ARGS((char *buf, size_t len));