Searched refs:new_char (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_bkgd.c | 148 NCURSES_CH_T new_char; in _nc_background() local 185 new_char = new_bkgd; in _nc_background() 186 RemAttr(new_char, ~A_CHARTEXT); in _nc_background() 196 new_char = old_char; in _nc_background() 202 TraceChar(new_char), _traceattr(new_attr), new_pair)); in _nc_background() 226 SetChar2(*cp, CharOf(new_char)); in _nc_background() 228 SetChar(*cp, L' ', AttrOf(new_char)); in _nc_background() 231 new_char.chars, in _nc_background() 235 SetChar2(*cp, CharOf(new_char)); in _nc_background()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/ |
H A D | tst.InlineExpression.d | 44 inline char new_char = 'c' + 2; variable 45 inline short new_short = 10 * new_char; 71 new_char, new_short, new_int, new_long);
|
H A D | tst.InlineTypedef.d | 42 typedef char new_char; typedef 43 inline new_char char_var = 'c';
|
H A D | tst.InlineDataAssign.d | 43 inline char new_char = 'c'; variable
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/ |
H A D | tst.SizeofDataTypes.d | 37 char new_char; variable 92 printf("sizeof (new_char): %d\n", sizeof (new_char)); 112 /(1 != sizeof (new_char)) || (2 != sizeof (new_short)) ||
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/ |
H A D | tst.UnionDataTypes.d | 45 char new_char; member 95 var.new_char = 'c';
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
H A D | tst.StructDataTypes.d | 44 char new_char; member 95 var.new_char = 'c';
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/ |
H A D | tst.TypedefDataAssign.d | 40 typedef char new_char; typedef 79 new_char c;
|