| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| ifdef.c | 348 static struct tchars tchar = { '\377', /* interrupt */ local 401 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) 593 static struct tchars tchar = { '\377', /* interrupt */ local 639 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 )
|
| /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| meta_mn_changelog.c | 86 char tchar[80]; local 92 (void) snprintf(tchar, sizeof (tchar), "%s class %d ", 94 dump_rec(tchar, tlr);
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.h | 81 * tchar (Tagged CHARacter) is a place holder to keep a QUOTE bit and 83 * For European language handling, lower 8 bits of tchar is used 93 typedef long int tchar; typedef 97 typedef unsigned short int tchar; typedef 133 tchar *arginp; /* Argument input for sh -c and internal `xx` */ 135 tchar *file; /* Name of shell file for $0 */ 144 tchar *doldol; /* Character pid for $$ */ 159 tchar *bname; 166 tchar *s_name; 200 tchar *gointr; /* Label for an onintr transfer * [all...] |
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| adt_xlate.h | 142 char tchar; member in union:convert
|
| /onnv/onnv-gate/usr/src/cmd/troff/ |
| tdef.h | 187 a 32 bit cookie, called a "tchar" (typedef long). 207 /* in the following, "L" should really be a tchar, but ... */ 225 #define SFMASK (SMASK|FMASK) /* size and font in a tchar */ 232 #define setsbits(n,s) n = (n & ~SMASK) | (tchar)(s) << 24 233 #define setfbits(n,f) n = (n & ~FMASK) | (tchar)(f) << 16 234 #define setsfbits(n,sf) n = (n & ~SFMASK) | (tchar)(sf) << 16 327 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK) 330 typedef long tchar; typedef 332 extern tchar getch(), getch0(); 333 extern tchar rbf(), rbf0() [all...] |
| /onnv/onnv-gate/usr/src/cmd/tar/ |
| tar.c | 662 static char *tchar = ""; /* null linkpath */ variable [all...] |