Searched defs:types (Results 1 - 10 of 10) sorted by relevance
/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/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/cmd/dsslib/bgp/ |
H A D | bgp.c | 542 static Cxtype_t types[] = variable 565 for (i = 0; types[i].name; i++) 566 if (cxaddtype(meth->cx, &types[i], disc))
|
/ast/src/cmd/dsslib/num_t/ |
H A D | num_t.c | 1133 static Cxtype_t types[] = variable 1155 &types[0],
|
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 567 static Cxtype_t types[] = variable 589 &types[0],
|
/ast/src/cmd/sortlib/sum/ |
H A D | sortsum.c | 91 Cxtype_t* types; member in struct:Library_s
|
/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/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/lib/libdss/ |
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
|
Completed in 40 milliseconds