Home | History | Annotate | Download | only in dist

Lines Matching defs:acs

443 	const char			*s, *acs;
513 /* Generate ACS table. If none is present, use nearest ASCII. */
514 memset(term->acs, 0, sizeof term->acs);
516 acs = tty_term_string(term, TTYC_ACSC);
518 acs = "a#j+k+l+m+n+o-p-q-r-s-t+u+v+w+x|y<z>~.";
519 for (; acs[0] != '\0' && acs[1] != '\0'; acs += 2)
520 term->acs[(u_char) acs[0]][0] = acs[1];