Searched refs:types (Results 1 - 25 of 54) sorted by relevance

123

/ast/src/cmd/INIT/
H A Dsocket.c25 #include <sys/types.h>
/ast/src/lib/libast/astsa/
H A Dast_common.h26 #include <sys/types.h>
/ast/src/cmd/3d/
H A Dsysent3d.c37 #include <sys/types.h>
/ast/src/lib/libtk/library/demos/
H A Dfilebox.tcl44 set types {
56 set file [tk_getOpenFile -filetypes $types -parent $w]
58 set file [tk_getSaveFile -filetypes $types -parent $w \
H A Dbind.tcl44 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
/ast/src/lib/libast/features/
H A Dbotch.c30 #include <sys/types.h>
H A Dfcntl.c30 #include <sys/types.h>
H A Dlimits.c47 * get it straight in one place -- <sys/types.h> should
58 #include <sys/types.h>
/ast/src/lib/libtk/generic/
H A DtkFont.c62 char *types; /* Malloc'ed array giving types of all member in struct:__anon397
198 fontPtr->types = NULL;
307 if (fontPtr->types != NULL) {
308 ckfree(fontPtr->types);
349 * This procedure is called to fill in the "widths" and "types"
374 fontPtr->types = (char *) ckalloc(256);
377 fontPtr->types[i] = REPLACE;
391 fontPtr->types[i] = NORMAL;
409 if (fontPtr->types[*
[all...]
/ast/src/cmd/ksh93/
H A Dmamstate.c36 #include <sys/types.h>
/ast/src/cmd/mam/
H A Dmamstate.c35 #include <sys/types.h>
/ast/src/cmd/3d/features/
H A Dpeek.c24 #include <sys/types.h>
/ast/src/lib/libast/misc/
H A Dfindlib.h41 #define FF_typ 4 /* FF_dir with types */
53 #define FF_OK_TYPE(p,i) (!(p)->types||((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]&(1<<((i)&07))))
114 int types; \
/ast/src/lib/libtk/library/
H A Dcomdlg.tcl170 # types Tab or click on another widget).
278 set types {}
302 lappend types [list $name $exts]
307 return $types
/ast/src/cmd/pzip/
H A Drectify.c119 int types; member in struct:__anon198
386 error(3, "no sized record types defined");
403 for (state.typelast = 0; state.typelast < state.types && state.type[state.typelast].id != id[state.type[state.typelast].len]; state.typelast++);
404 if (state.typelast >= state.types)
462 if (state.types >= elementsof(state.type))
463 error(3, "too many types -- %d max", elementsof(state.type));
464 if ((state.type[state.types].len = number(&s)) > state.typelen)
465 state.typelen = state.type[state.types].len;
466 if (state.type[state.types].len >= elementsof(id))
468 state.type[state.types]
[all...]
/ast/src/lib/libast/uwin/
H A Drlib.h23 #include <sys/types.h>
/ast/src/lib/libcs/features/
H A Dcs.c26 #include <sys/types.h>
/ast/src/lib/libtk/compat/
H A Dunistd.h21 #include <sys/types.h>
/ast/src/lib/libtk/unix/
H A DtkUnixPort.h51 #include <sys/types.h>
/ast/src/lib/libdss/
H A Ddssopt.c315 for (tp = (Cxtype_t*)dtfirst(state->cx->types); tp; tp = (Cxtype_t*)dtnext(state->cx->types, tp))
320 if (optout(sp, "----- data types -----", NiL, NiL, NiL, NiL, NiL))
424 if (lib->types)
427 for (i = 0; lib->types[i].name; i++)
428 if (opttype(sp, &lib->types[i], 1))
H A Dcxopen.c376 static Type_t types[] = variable
954 " for comparison with other types.")
1019 cx->types = state.types;
1091 dtview(top->types, bot->types);
1093 top->types = bot->types;
1123 dtview(top->types, NiL);
1160 dtclose(cx->types);
[all...]
H A Dcx.h281 typedef union Cxvalue_u /* fundamental types */
532 Cxtype_t* types; /* type table */ member in struct:Cxlib_s
571 Dt_t* types; /* Cxtype_t dictionary */ member in struct:Cxstate_s
607 Dt_t* types; /* Cxtype_t dictionary */ member in struct:Cx_s
/ast/src/cmd/dsslib/ip_t/
H A Dip_t.c38 #define AS16PATH_T (&types[3])
39 #define AS32PATH_T (&types[4])
40 #define IPV4ADDR_T (&types[9])
41 #define IPV6ADDR_T (&types[10])
42 #define IPV4PREFIX_T (&types[12])
43 #define IPV6PREFIX_T (&types[13])
47 #define types _static_types macro
49 Cxtype_t types[]; variable
976 Cxtype_t types[] = variable
1006 &types[
[all...]
/ast/src/cmd/std/
H A Dlocale.c585 static unsigned long types[] = { LC_abbreviated, LC_qualified, LC_verbose, LC_local }; local
588 for (i = 0; i < elementsof(types); i++)
589 if (flags & types[i])
612 for (i = 0; i < elementsof(types); i++)
613 if (flags & types[i])
615 lccanon(lc, types[i], buf, sizeof(buf));
/ast/src/cmd/mailx/port/
H A Dcdt.h160 #include <sys/types.h>
266 /* types of search - for internal use only */

Completed in 99 milliseconds

123