Searched refs:ctab (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/bin/dd/
H A Dextern.h58 extern const u_char *ctab;
H A Dconv.c64 if ((t = ctab) != NULL)
137 if ((t = ctab) != NULL)
161 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt);
202 (void)memset(out.dbp + in.dbcnt, ctab ? ctab[' '] : ' ',
223 if ((t = ctab) != NULL)
H A Dargs.c312 const u_char *ctab; member in struct:conv
350 if (cp->ctab)
351 ctab = cp->ctab;
H A Ddd.c84 const u_char *ctab; /* conversion table */ variable
199 if (ctab != NULL) {
201 casetab[cnt] = ctab[cnt];
244 ctab = casetab;
/freebsd-10.1-release/bin/ed/
H A Dbuf.c244 static unsigned char ctab[256]; /* character translation table */ variable
267 ctab[i] = i;
279 ctab[i] = i; /* restore table to initial state */
280 ctab[i = from] = to;
282 *us = ctab[*us];
/freebsd-10.1-release/gnu/usr.bin/rcs/ident/
H A Dident.c235 switch (ctab[c]) {
254 switch (ctab[c]) {
/freebsd-10.1-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c148 * Renamed ctab to map and included EOFILE; ctab is now a macro in rcsbase.h.
320 for (;;) { switch ((d = ctab[c])) {
349 switch (ctab[c]) {
412 switch (ctab[c]) {
565 switch (ctab[c]) {
601 if (ctab[c] == NEWLN) {
612 switch (ctab[c]) {
630 if (ctab[c] == Letter) {
634 switch (ctab[
[all...]
H A Drcsmap.c36 enum tokens const ctab[] = { variable
H A Drcsrev.c714 switch (ctab[(unsigned char)*sp]) {
802 switch (ctab[(unsigned char)*p]) {
H A Drcsedit.c921 switch (ctab[c]) {
1169 if (ctab[(unsigned char) cp[cw]] != SPACE)
1185 } else if (ctab[(unsigned char) cp[i]] != SPACE)
H A Drcsbase.h175 * PRINTDATE, PRINTTIME, map, and ctab; removed Suffix. Redefined keyvallength
328 /* SDELIM must be consistent with ctab[], so that ctab[SDELIM]==SBEGIN.
332 #define isdigit(c) (((unsigned)(c)-'0') <= 9) /* faster than ctab[c]==DIGIT */
623 extern enum tokens const ctab[];
H A Drcsfnms.c378 if (ctab[c] == Letter)
/freebsd-10.1-release/contrib/opie/
H A Dftpcmd.y1186 VOIDRET help FUNCTION((ctab, s), struct tab *ctab AND char *s)
1192 if (ctab == sitetab)
1197 for (c = ctab; c->name != NULL; c++) {
1218 c = ctab + j * lines + i;
1221 if (c + lines >= &ctab[NCMDS])
1236 c = lookup(ctab, s);
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dftp.y114 static void help(struct tab *ctab, char *s);
1119 help(struct tab *ctab, char *s)
1125 if (ctab == sitetab)
1130 for (c = ctab; c->name != 0; c++) {
1151 c = ctab + j * lines + i;
1155 if (c + lines >= &ctab[NCMDS])
1170 c = lookup(ctab, s);
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1368 help(struct tab *ctab, char *s)
1375 if (ctab == sitetab)
1380 for (c = ctab; c->name != NULL; c++) {
1401 c = ctab + j * lines + i;
1407 if (c + lines >= &ctab[NCMDS])
1423 c = lookup(ctab, s);
H A Dftpcmd.c3424 help(struct tab *ctab, char *s)
3431 if (ctab == sitetab)
3436 for (c = ctab; c->name != NULL; c++) {
3457 c = ctab + j * lines + i;
3463 if (c + lines >= &ctab[NCMDS])
3479 c = lookup(ctab, s);
3421 help(struct tab *ctab, char *s) argument
/freebsd-10.1-release/libexec/ftpd/
H A Dftpcmd.y1514 help(struct tab *ctab, char *s)
1520 if (ctab == sitetab)
1525 for (c = ctab; c->name != NULL; c++) {
1546 c = ctab + j * lines + i;
1549 if (c + lines >= &ctab[NCMDS])
1567 c = lookup(ctab, s);

Completed in 307 milliseconds