Searched refs:Char (Results 1 – 25 of 27) sorted by relevance
12
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 103 typedef u_short Char; typedef 112 typedef char Char; typedef 117 #define CHAR(c) ((Char)((c)&M_ASCII)) 118 #define META(c) ((Char)((c)|M_QUOTE)) 137 static int g_Ctoc(const Char *, char *, u_int); 138 static int g_lstat(Char *, struct stat *, glob_t *); 139 static DIR *g_opendir(Char *, glob_t *); 140 static Char *g_strchr(Char *, int); 141 static int g_stat(Char *, struct stat *, glob_t *); 142 static int glob0(const Char *, glob_t *, size_t *); [all …]
|
/titanic_44/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 133 p = skipstr(p); p = getint(p, &t.Char); in ptinit() 413 esc += t.Char; in ptout1() 438 phyw = w = t.Char * csi_width[cs(i)]; in ptout1() 442 phyw = w = t.Char * t.width[k]; in ptout1() 474 for (j = w / t.Char; j > 0; j--) in ptout1() 476 for (j = w / t.Char; j > 0; j--) in ptout1() 539 for (j = phyw / t.Char; j > 0; j--) in ptout1()
|
H A D | tw.h | 49 int Char; /* #units in character width */ member
|
H A D | n6.c | 89 k = t.Char * csi_width[cs(j)]; 105 k = t.width[i] * t.Char;
|
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | a.2631 | 7 Char 24
|
H A D | a.lp | 7 Char 24
|
H A D | a.300 | 7 Char 24
|
H A D | a.300-12 | 7 Char 20
|
H A D | a.2631-c | 7 Char 14
|
H A D | a.2631-e | 7 Char 48
|
H A D | a.382 | 7 Char 24
|
H A D | a.300s-12 | 7 Char 20
|
H A D | a.450 | 7 Char 24
|
H A D | a.450-12 | 7 Char 20
|
H A D | a.832 | 7 Char 24
|
H A D | a.300s | 7 Char 24
|
H A D | a.4000a | 7 Char 24
|
H A D | ab.X | 7 Char 24
|
H A D | README | 27 Char [integer] /*size of character horizontally*/ 89 Char 24
|
H A D | ab.37 | 7 Char 24
|
H A D | ab.tn300 | 7 Char 24
|
H A D | ab.8510 | 7 Char 24
|
/titanic_44/usr/src/lib/libbsm/ |
H A D | xmlHandlers.pm | 129 $parser->setHandlers (Char => \&charHandler,
|
/titanic_44/usr/src/common/bzip2/ |
H A D | bzlib_private.h | 45 typedef char Char; typedef
|
H A D | bzlib.c | 1059 Char buf[BZ_MAX_UNUSED];
|
12