Home
last modified time | relevance | path

Searched refs:ctab (Results 1 – 7 of 7) sorted by relevance

/openbsd/bin/dd/
H A Dconv.c61 if ((t = ctab) != NULL) in def()
143 if ((t = ctab) != NULL) in block()
167 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt); in block()
208 ctab ? ctab[' '] : ' ', cbsz - in.dbcnt); in block_close()
228 if ((t = ctab) != NULL) in unblock()
H A Dargs.c271 const u_char *ctab; member
307 if (cp->ctab) in f_conv()
308 ctab = cp->ctab; in f_conv()
H A Ddd.c69 const u_char *ctab; /* conversion table */ variable
180 casetab[cnt] = tolower(ctab[cnt]); in setup()
183 casetab[cnt] = toupper(ctab[cnt]); in setup()
195 ctab = casetab; in setup()
H A Dextern.h60 extern const u_char *ctab;
/openbsd/bin/ed/
H A Dbuf.c253 static unsigned char ctab[256]; /* character translation table */ variable
272 ctab[i] = i; in init_buffers()
284 ctab[i] = i; /* restore table to initial state */ in translit_text()
285 ctab[i = from] = to; in translit_text()
287 *us = ctab[*us]; in translit_text()
/openbsd/usr.bin/file/magdir/
H A Dibm600014 0 beshort 0x0105 ctab data
/openbsd/libexec/ftpd/
H A Dftpcmd.y1440 help(struct tab *ctab, char *s) in help() argument
1446 if (ctab == sitetab) in help()
1451 for (c = ctab; c->name != NULL; c++) { in help()
1472 c = ctab + j * lines + i; in help()
1475 if (c + lines >= &ctab[NCMDS]) in help()
1490 c = lookup(ctab, s); in help()