Searched refs:TYPE (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libz/
H A Dinflate.h32 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
H A Dinflate.c582 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
630 state->mode = hold & 0x200 ? DICTID : TYPE;
758 state->mode = TYPE;
772 state->mode = TYPE;
773 case TYPE:
835 state->mode = TYPE;
983 state->mode = TYPE;
1149 (state->mode == TYPE ? 128 : 0);
1301 state->mode = TYPE;
H A Dinfback.c270 state->mode = TYPE;
283 case TYPE:
346 state->mode = TYPE;
509 state->mode = TYPE;
H A Dinffast.c52 TYPE -- reached end of block code, inflate() to interpret next block
278 state->mode = TYPE;
/ast/src/cmd/tests/
H A DTESTLIB.mk12 CC.LIB.TYPE = -g
/ast/src/lib/libast/port/
H A Dmnt.c173 #define TYPE(f) ((f)->f_fstypename)
176 #define TYPE(f) ((char*)type[(f)->f_type])
180 #define TYPE(f) ((char*)mnt_names[(f)->f_type])
183 #define TYPE(f) (strchr((f)->f_mntfromname,':')?"nfs":"ufs")
309 set(&mp->hdr, mp->next->f_mntfromname, mp->next->f_mntonname, TYPE(mp->next), n ? (mp->opt + 1) : (char*)0);
/ast/src/cmd/INIT/
H A Dregress.sh258 EMPTY TYPE
455 if [[ ${TYPE[INPUT]} == PIPE ]]
456 then if [[ ${TYPE[OUTPUT]} == PIPE ]]
468 elif [[ ${TYPE[OUTPUT]} == PIPE ]]
478 if [[ ${TYPE[INPUT]} == FIFO ]]
748 [[ $type ]] && TYPE[$op]=$type
821 if [[ ${TYPE[$op]} != FIFO ]]
1036 if [[ ${TYPE[INPUT]} == FIFO && ${FILE[INPUT]} == */INPUT ]]
1337 typeset -A SAME VIEWS FILE TYPE READONLY FILTER
H A Dratz.c1593 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...]
H A Dpackage.sh1197 are placed in the FORMAT subdirectory. A PACKAGE[.TYPE].tim
5010 echo "NAME${nl}VERSION${nl}RELEASE${nl}TYPE${nl}STATUS${nl}REQUIRES${nl}----${nl}-------${nl}-------${nl}----${nl}------${nl}--------" | pr -6 -a -o4 -t
/ast/src/lib/libast/misc/
H A Dfts.c117 #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/cmd/tw/
H A Dfind.c130 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:
/ast/src/lib/libpp/
H A Dppfsm.h42 #define TYPE(st) (NEXT(st)+N_PP) macro
H A Dpplex.c1866 c = TYPE(state) | qual;
1871 c = TYPE(state) | qual;
H A Dppproto.c970 c = TYPE(state);
975 c = TYPE(state);
/ast/src/cmd/nmake/
H A DMakerules.mk579 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/coshell/
H A Dcommand.c441 sfprintf(state.string, "CON TYPE INFO\n");
686 sfprintf(state.string, "CON JOBS TOTAL USER SYS IDLE CPU LOAD RATING BIAS TYPE HOST\n");

Completed in 82 milliseconds