Home
last modified time | relevance | path

Searched defs:ctab (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/bin/dd/
H A Ddd.c69 const u_char *ctab; /* conversion table */ variable
H A Dargs.c271 const u_char *ctab; member
/openbsd-src/bin/ed/
H A Dbuf.c253 static unsigned char ctab[256]; /* character translation table */ variable
/openbsd-src/libexec/ftpd/
H A Dftpcmd.y1440 help(struct tab *ctab, char *s) in help()