Searched refs:ntin (Results 1 – 5 of 5) sorted by relevance
130 extern char ntin[17]; /* input translation table */
540 for (i = 0; *(ntin + i) && i < 16; i++) {541 if (*cp1 == *(ntin + i)) {
500 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout); in status()1395 (void)strlcpy(ntin, argv[1], sizeof(ntin)); in setntrans()
1790 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti)); in pswitch()1791 (void)strlcpy(ntin, op->nti, sizeof ntin); in pswitch()
116 char ntin[17]; variable