Searched defs:TYPE (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | WWW.mk | 154 TYPE := $(HOST:/.*://) macro 156 WWWTYPES += $(TYPE) 157 ARCH := $(PWD:D:C,/$(CC.HOSTTYPE)/,/$(TYPE)/) 161 if TYPE == "$(CC.HOSTTYPE)" 170 BINS += $(WWWDIR)/$(ITEM)/$(ITEM)-$(TYPE).tgz
|
H A D | ratz.c | 1593 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon32 1622 NAME -> COMMENT -> HCRC -> TYPE 1623 (zlib) -> DICTID or TYPE 1624 DICTID -> DICT -> TYPE 1626 TYPE -> STORED or TABLE or LEN or CHECK 1627 STORED -> COPY -> TYPE 1630 LEN -> LENEXT or LIT or TYPE 2048 TYPE -- reached end of block code, inflate() to interpret next block 2274 state->mode = TYPE; 2801 if (state->mode == TYPE) stat [all...] |
/ast/src/lib/libz/ |
H A D | inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon450 61 NAME -> COMMENT -> HCRC -> TYPE 62 (zlib) -> DICTID or TYPE 63 DICTID -> DICT -> TYPE 65 TYPE -> STORED or TABLE or LEN or CHECK 66 STORED -> COPY -> TYPE 69 LEN -> LENEXT or LIT or TYPE
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 117 #define TYPE(f,t) ((f)->type = (t)) macro 125 #define TYPE(f,d) macro 198 TYPE(f, DT_UNKNOWN); 544 TYPE(f, DT_DIR); 555 TYPE(f, DT_LNK); 566 TYPE(f, DT_LNK); 573 TYPE(f, DT_REG); 578 TYPE(f, DT_UNKNOWN); 1046 TYPE(f, D_TYPE(d));
|
/ast/src/lib/libpp/ |
H A D | ppfsm.h | 42 #define TYPE(st) (NEXT(st)+N_PP) macro
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 579 if ! .NO.LIB.TYPE && "$(-lib-type)" 581 T := $(CC.LIB.TYPE) 599 .NO.LIB.TYPE = 0 601 .LIB.TYPE. : .FUNCTION 613 if ! .NO.LIB.TYPE 615 for P $(.PACKAGE.$(%).type) $(CC.LIB.TYPE) 645 if ( L = "$(.LIB.TYPE. $(B))" ) 691 if ( T = "$(.LIB.TYPE. $(B))" ) 2488 let .NO.LIB.TYPE = .NO.LIB.TYPE [all...] |
/ast/src/cmd/tw/ |
H A D | find.c | 130 TYPE, AND, OR, NOT, COMMA, LPAREN, RPAREN, LOGIC, PRUNE, enumerator in enum:Command 477 "type", TYPE, Str|Stat, 0, "type", 1191 case TYPE: 1426 case TYPE:
|
Completed in 43 milliseconds