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

/netbsd-current/bin/dd/
H A Dconv.c68 if ((t = ctab) != NULL)
151 if ((t = ctab) != NULL)
175 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt);
217 ctab ? ctab[' '] : ' ', cbsz - in.dbcnt);
237 if ((t = ctab) != NULL)
H A Dextern.h81 extern const u_char *ctab;
H A Dargs.c357 const u_char *ctab; member in struct:conv
399 if (cp->ctab)
400 ctab = cp->ctab;
H A Ddd.c93 const u_char *ctab; /* conversion table */ variable
294 casetab[cnt] = tolower(ctab[cnt]);
297 casetab[cnt] = toupper(ctab[cnt]);
309 ctab = casetab;
/netbsd-current/bin/ed/
H A Dbuf.c283 unsigned char ctab[256]; /* character translation table */ variable
302 ctab[i] = i;
314 ctab[i] = i; /* restore table to initial state */
315 ctab[i = from] = to;
317 *us = ctab[*us];
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dident.c238 switch (ctab[c]) {
257 switch (ctab[c]) {
H A Drcslex.c151 * Renamed ctab to map and included EOFILE; ctab is now a macro in rcsbase.h.
323 for (;;) { switch ((d = ctab[c])) {
352 switch (ctab[c]) {
415 switch (ctab[c]) {
568 switch (ctab[c]) {
604 if (ctab[c] == NEWLN) {
615 switch (ctab[c]) {
633 if (ctab[c] == Letter) {
637 switch (ctab[
[all...]
H A Drcsmap.c38 enum tokens const ctab[] = { variable
H A Drcsrev.c725 switch (ctab[(unsigned char)*sp]) {
814 switch (ctab[(unsigned char)*p]) {
H A Drcsedit.c924 switch (ctab[c]) {
1171 if (ctab[(unsigned char) cp[cw]] != SPACE)
1187 } else if (ctab[(unsigned char) cp[i]] != SPACE)
H A Drcsbase.h178 * PRINTDATE, PRINTTIME, map, and ctab; removed Suffix. Redefined keyvallength
331 /* SDELIM must be consistent with ctab[], so that ctab[SDELIM]==SBEGIN.
335 #define isdigit(c) (((unsigned)(c)-'0') <= 9) /* faster than ctab[c]==DIGIT */
624 extern enum tokens const ctab[];
H A Drcsfnms.c386 if (ctab[c] == Letter)
/netbsd-current/games/worms/
H A Dworms.c217 int *ctab = NULL; local
377 nc = docolour ? initclr(&ctab) : 0;
452 w->attr = nc ? ctab[n % nc] : 0;
468 free(ctab); /* not needed any more */
559 initclr(int** ctab) argument
587 if ((*ctab = calloc(COLOR_PAIRS, sizeof(int))) == NULL)
589 ip = *ctab;
/netbsd-current/libexec/ftpd/
H A Dftpcmd.y1749 help(struct tab *ctab, const char *s)
1755 if (ctab == sitetab)
1760 for (c = ctab; c->name != NULL; c++) {
1782 c = ctab + j * lines + i;
1793 if (c + lines >= &ctab[NCMDS])
1806 c = lookup(ctab, s);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c371 convert_optab ctab;
374 ctab = trunc_optab;
376 ctab = zext_optab;
378 ctab = sext_optab;
380 if (convert_optab_handler (ctab, to_mode, from_mode)
383 emit_unop_insn (convert_optab_handler (ctab, to_mode, from_mode),
410 convert_optab ctab = unsignedp ? zext_optab : sext_optab;
413 icode = convert_optab_handler (ctab, full_mode, from_mode);
369 convert_optab ctab; local
408 convert_optab ctab = unsignedp ? zext_optab : sext_optab; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc391 convert_optab ctab;
394 ctab = trunc_optab;
396 ctab = zext_optab;
398 ctab = sext_optab;
400 if (convert_optab_handler (ctab, to_mode, from_mode)
403 emit_unop_insn (convert_optab_handler (ctab, to_mode, from_mode),
430 convert_optab ctab = unsignedp ? zext_optab : sext_optab;
433 icode = convert_optab_handler (ctab, full_mode, from_mode);
389 convert_optab ctab; local
428 convert_optab ctab = unsignedp ? zext_optab : sext_optab; local

Completed in 303 milliseconds