Home | History | Annotate | Download | only in libedit

Lines Matching defs:Char

38 static char sccsid[] = "@(#)tokenizer.c	8.1 (Berkeley) 6/4/93";
70 #define Char char
77 #define Char wchar_t
86 Char *ifs; /* In field separator */
88 const Char **argv; /* Argument list */
89 Char *wptr, *wmax; /* Space and limit on the word buffer */
90 Char *wstart; /* Beginning of next word */
91 Char *wspace; /* Space of word buffer */
121 FUN(tok,init)(const Char *ifs)
207 int *argc, const Char ***argv, int *cursorc, int *cursoro)
209 const Char *ptr;
409 Char *s = tok_realloc(tok->wspace,
427 const Char **p;
457 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc,
458 const Char ***argv)