Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 94) sorted by relevance

1234

/original-bsd/usr.bin/mklocale/
H A Dyacc.y28 rune_map types = { 0, }; variable
407 list->types[i - list->min] |= r->types[i - r->min];
410 r->types = list->types;
425 list->types[i - list->min] = r->types[i - r->min];
434 r->types = list->types;
447 r->types = xrelalloc(r->types, list->max - r->min + 1);
469 r->types[i - r->min] |= lr->types[i - lr->min];
474 r->types = xrelalloc(r->types, lr->max - r->min + 1);
477 r->types[i - r->min] |= lr->types[i - lr->min];
480 r->types[i - r->min] = lr->types[i - lr->min];
[all …]
H A Dldef.h20 u_long *types; member
/original-bsd/libexec/talkd/
H A Dprint.c20 static char *types[] = variable
22 #define NTYPES (sizeof (types) / sizeof (types[0]))
38 tp = types[mp->type];
53 tp = types[rp->type];
/original-bsd/contrib/gas-1.38/config/
H A Di386.c336 pt (x->types[i]);
730 if (i.types[o] & Reg) {
761 i.types[0] = overlap0;
762 i.types[1] = overlap1;
763 i.types[2] = overlap2;
883 uint o = (i.types[0] & Mem) ? 0 : ((i.types[1] & Mem) ? 1 : 2);
900 i.types[o] |= Disp8;
914 i.types[o] &= ~Disp;
929 i.types[o] &= ~Disp;
930 i.types[o] |= Disp32;
[all …]
/original-bsd/lib/libc/locale/
H A Drune.c159 rr[x].types = rl->variable;
160 rl->variable = rr[x].types + len;
166 rr[x].types[len] = ntohl(rr[x].types[len]);
168 rr[x].types = 0;
223 if (re->types)
224 return(re->types[c - re->min]);
/original-bsd/old/vpr/
H A DMakefile71 vpd: /usr/include/sys/types.h /usr/include/signal.h /usr/include/machine/trap.h
77 vpq: vpq.c /usr/include/sys/param.h /usr/include/sys/types.h
82 vpr: /usr/include/sys/param.h /usr/include/sys/types.h /usr/include/signal.h
84 vprm: vprm.c /usr/include/sys/param.h /usr/include/sys/types.h
/original-bsd/old/pcc/ccom.vax/
H A DQUAD9 only 16 and all 16 types are used, it makes sense to pick a type which
11 and ULONG types to represent signed and unsigned 64-bit integers
57 LONG and ULONG will no longer be permitted types for register
60 This routine converts 'unsupported' types into INT; now that
65 assumes int types will always fit in 1 register.
H A DINFO61 representing types in the compiler; one is a specific type that
87 TPTRTO A pointer. This must be or'ed in with other types;
90 TPOINT Complex types -- things with stars or brackets or etc.
93 ANYSIGNED Pointers or signed integral types.
/original-bsd/games/mille/
H A DMakefile5 roll.c save.c types.c varpush.c
/original-bsd/share/man/man5/
H A DMakefile5 protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 types.0 \
/original-bsd/old/vpr/vtools/
H A DMakefile56 rotate: /usr/include/sys/types.h /usr/include/sys/stat.h
58 rotprt: /usr/include/sys/types.h /usr/include/sys/stat.h
/original-bsd/include/
H A Drunetype.h35 unsigned long *types; /* Array of types in range */ member
/original-bsd/admin/style/
H A Dgetopt7 #include <sys/types.h>
H A Dstyle19 * Kernel include files come first; normally, you'll need <sys/types.h>
20 * OR <sys/param.h>, but not both! <sys/types.h> includes <sys/cdefs.h>,
23 #include <sys/types.h> /* Non-local includes in brackets. */
59 /* Enum types are capitalized. */
89 * with the types, i.e. in the kernel use:
/original-bsd/usr.bin/pascal/pdx/test/
H A Denum.p21 writeln('test of enumerated types');
/original-bsd/sys/dev/scsi/
H A Dscsi_subr.c313 static char *types[] = { "disk", "tape", "printer", "processor", local
320 if (t < sizeof types / sizeof *types)
321 printf("%s", types[t]);
/original-bsd/bin/sh/
H A Dnodetypes14 # lines specify the fields of the structure. Several node types can share
19 # by a type. The currently implemented types are:
26 # The last two types should be followed by the text of a C declaration for
/original-bsd/lib/librpc/rpc/
H A DMakefile17 pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h
/original-bsd/usr.bin/tn3270/telnet/
H A DMakefile41 ALLH= defines.h externs.h fdset.h general.h ring.h types.h
/original-bsd/old/roff/nroff_term/
H A DREADME3 Here are the currently supported types of printers:
/original-bsd/usr.sbin/amd/doc/
H A Damdref.cps42 \entry {Configuration map types}{12}
95 \entry {Filesystem types}{31}
178 \entry {Map cache types}{36}
184 \entry {Map types}{12}
190 \entry {Mount map types}{12}
219 \entry {Mount types}{31}
/original-bsd/usr.bin/uucp/port/LIBNDIR/
H A DREADME13 In ndir.h, certain data types are #define-ed for the benefit of non-4.xbsd.
/original-bsd/old/pcc/mip/
H A Dpass1.h195 TWORD types();
/original-bsd/lib/libc/gen/
H A Dctime.c111 unsigned char types[TZ_MAX_TIMES]; member
246 &sp->ttis[sp->types[i]]; in settzname()
315 sp->types[i] = (unsigned char) *p++;
316 if (sp->types[i] >= sp->typecnt)
721 typep = sp->types;
813 ttisp = &sp->ttis[sp->types[i]];
947 i = sp->types[i - 1];
/original-bsd/old/awk/
H A Dawk.def68 /* function types */
116 /* node types */

1234