HomeSort by: relevance | last modified time | path
    Searched defs:TYPE (Results 1 - 8 of 8) sorted by relevancy

  /src/share/misc/
Makefile 17 TYPE= real
19 TYPE= fake
49 acronyms-o: acronyms-o.${TYPE}
  /src/common/dist/zlib/contrib/infback9/
inflate9.h 13 TYPE, /* i: waiting for type bits, including last-flag bit */
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
  /src/lib/libedit/
tokenizer.c 72 #define TYPE(type) type
79 #define TYPE(type) type ## W
85 struct TYPE(tokenizer) {
97 static void FUN(tok,finish)(TYPE(Tokenizer) *);
104 FUN(tok,finish)(TYPE(Tokenizer) *tok)
120 TYPE(Tokenizer)
    [all...]
history.c 45 * hist.c: TYPE(History) access functions
63 #define FUNW(type) type
64 #define TYPE(type) type
81 #define FUNW(type) type ## _w
82 #define TYPE(type) type ##
    [all...]
  /src/games/fortune/datfiles/
Makefile 20 TYPE= real
22 TYPE= fake
52 fortunes-o: fortunes-o.${TYPE}
59 fortunes2-o: fortunes2-o.${TYPE}
66 limerick-o: limerick-o.${TYPE}
73 unamerican-o: unamerican-o.${TYPE}
80 netbsd-o: netbsd-o.${TYPE}
  /src/usr.bin/last/
last.c 99 int type; /* type of arg */ member in struct:arg
272 addarg(int type, const char *arg)
279 cur->type = type;
376 #define TYPE(a) 0
383 #undef TYPE /*(a)*/
398 #define TYPE(a) (a)->ut_type
  /src/common/dist/zlib/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
  /src/sys/net/
zlib.c 128 /* The three kinds of block type */
199 # define fdopen(fd,type) _fdopen(fd,type)
1145 /* Output just the 3-bit `stored' block type value,
2959 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
2967 /* Send just the `stored block' type code without any length bytes or data.
2994 s->compressed_len += 10L; /* 3 for block type, 7 for EOB */
3214 * Set the data type to ASCII or BINARY, using a crude approximation:
3878 TYPE, /* get type bits (3, including end bit) *
    [all...]

Completed in 19 milliseconds