Lines Matching refs:Char
66 Char **macro;
75 Char *buf; /* full saved text */
80 Char *buf; /* redo insert key sequence */
81 Char *pos;
82 Char *lim;
84 Char ch; /* char that invoked it */
94 Char *pos;
101 Char *buf;
102 Char *last;
103 Char *mark;
149 protected Char *cv__endword(Char *, Char *, int, int (*)(Int));
152 protected void cv_yank(EditLine *, const Char *, int);
153 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int));
154 protected Char *cv_prev_word(Char *, Char *, int, int (*)(Int));
155 protected Char *c__next_word(Char *, Char *, int, int (*)(Int));
156 protected Char *c__prev_word(Char *, Char *, int, int (*)(Int));
162 protected int c_gets(EditLine *, Char *, const Char *);