Home
last modified time | relevance | path

Searched refs:newatt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ee/
H A Dnew_curse.h252 extern void Char_ins P_((char *line, char *attrib, int newc, int newatt, int offset, int maxlen));
255 extern void Char_out P_((int newc, int newatt, char *line, char *attrib, int offset));
H A Dnew_curse.c3714 Char_ins(line, attrib, newc, newatt, offset, maxlen) /* insert chars in line */ in Char_ins() argument
3718 char newatt;
3733 attrib[offset] = newatt;
3734 Char_out(newc, newatt, line, attrib, offset);
3764 Char_out(newc, newatt, line, attrib, offset) /* output character with proper attribute */ in Char_out() argument
3766 char newatt;
3773 if ((newatt) && (!STAND))
3778 else if ((STAND) && (!newatt))
3784 if ((newatt) && (STAND) && (Booleans[xs__]))
3793 attrib[offset] = newatt;