/ast/src/cmd/INIT/ |
H A D | socket.c | 25 #include <sys/types.h>
|
/ast/src/lib/libast/astsa/ |
H A D | ast_common.h | 26 #include <sys/types.h>
|
/ast/src/cmd/3d/ |
H A D | sysent3d.c | 37 #include <sys/types.h>
|
/ast/src/lib/libtk/library/demos/ |
H A D | filebox.tcl | 44 set types { 56 set file [tk_getOpenFile -filetypes $types -parent $w] 58 set file [tk_getSaveFile -filetypes $types -parent $w \
|
H A D | bind.tcl | 44 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
|
/ast/src/lib/libast/features/ |
H A D | botch.c | 30 #include <sys/types.h>
|
H A D | fcntl.c | 30 #include <sys/types.h>
|
H A D | limits.c | 47 * get it straight in one place -- <sys/types.h> should 58 #include <sys/types.h>
|
/ast/src/lib/libtk/generic/ |
H A D | tkFont.c | 62 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 D | mamstate.c | 36 #include <sys/types.h>
|
/ast/src/cmd/mam/ |
H A D | mamstate.c | 35 #include <sys/types.h>
|
/ast/src/cmd/3d/features/ |
H A D | peek.c | 24 #include <sys/types.h>
|
/ast/src/lib/libast/misc/ |
H A D | findlib.h | 41 #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 D | comdlg.tcl | 170 # 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 D | rectify.c | 119 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 D | rlib.h | 23 #include <sys/types.h>
|
/ast/src/lib/libcs/features/ |
H A D | cs.c | 26 #include <sys/types.h>
|
/ast/src/lib/libtk/compat/ |
H A D | unistd.h | 21 #include <sys/types.h>
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixPort.h | 51 #include <sys/types.h>
|
/ast/src/lib/libdss/ |
H A D | dssopt.c | 315 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 D | cxopen.c | 376 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 D | cx.h | 281 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 D | ip_t.c | 38 #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 D | locale.c | 585 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 D | cdt.h | 160 #include <sys/types.h> 266 /* types of search - for internal use only */
|