Home
last modified time | relevance | path

Searched refs:LSetRendition (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Dansi.c897 LSetRendition(&curr->w_layer, &curr->w_rend);
1758 LSetRendition(&curr->w_layer, &curr->w_rend);
1775 LSetRendition(&curr->w_layer, &curr->w_rend);
1829 LSetRendition(&curr->w_layer, &curr->w_rend);
2222 LSetRendition(&curr->w_layer, &curr->w_rend); in SelectRendition()
2333 LSetRendition(&curr->w_layer, &curr->w_rend); in RestorePosRendition()
H A Dextern.h447 extern void LSetRendition __P((struct layer *, struct mchar *));
H A Dlayer.c645 void LSetRendition(struct layer *l, struct mchar *r) in LSetRendition() function
H A Ddisplay.c195 LSetRendition(flayer, &mchar_null); in DefRestore()