Searched refs:eof (Results 1 - 25 of 38) sorted by relevance

12

/ast/src/lib/libast/disc/
H A Dsfdcseekable.c37 int eof; /* if eof has been reached */ member in struct:_skable_s
70 if(sk->eof)
87 { sk->eof = 1;
93 sk->eof = 1;
137 { if(sk->eof)
150 { sk->eof = 1;
185 sk->eof = 0;
218 sk->eof = 0;
/ast/src/cmd/codexlib/lzd/
H A Dlzd.c52 unsigned int eof; member in struct:State_s
68 if (state->eof)
72 state->eof = 1;
92 return state->eof ? Z_EOF : x;
149 state->bad = state->cpy = state->eof = 0;
164 if (state->eof)
216 state->eof = 1;
/ast/src/lib/libexpr/
H A Dextoken.c292 if (ex->eof || ex->errors)
299 goto eof;
315 goto eof;
333 goto eof;
375 goto eof;
470 goto eof;
485 goto eof;
591 goto eof;
612 goto eof;
683 goto eof;
[all...]
H A Dexlib.h107 int eof; /* lex hit eof */ \
H A Dexgram.h645 p->eof = 0;
707 int eof; local
710 eof = p->eof;
723 p->eof = eof;
/ast/src/cmd/pack/
H A Dhuffdecode.c51 static char *eof; variable
126 if (p == eof)
170 eof = &characters[0];
174 tree[i] = eof;
178 *eof++ = c;
/ast/src/cmd/tw/
H A Dxargs.c52 "[e:eof?Set the end of file string. The first input line matching this string"
53 " terminates the input list. There is no eof string if \astring\a is"
54 " omitted. The default eof string is \b_\b if neither \b--eof\b nor"
84 "[E?Equivalent to \b--eof=string\b.]:[string]"
119 char* eof = "_"; local
147 eof = opt_info.arg;
280 if (eof && streq(s, eof))
/ast/src/cmd/kshlib/cmdtst/
H A Dxargs.c52 "[e:eof?Set the end of file string. The first input line matching this "
53 "string terminates the input list. There is no eof string if \astring\a "
54 "is omitted. The default eof string is \b_\b if neither \b--eof\b nor "
83 "[E?Equivalent to \b--eof=string\b.]:[string]"
129 char* eof = "_"; local
158 eof = opt_info.arg;
294 if (eof && streq(s, eof))
/ast/src/cmd/pax/
H A Dpax-vdb.c131 goto eof;
138 goto eof;
142 goto eof;
144 goto eof;
166 eof:
168 ap->io->eof = 1;
H A Dbio.c320 ap->io->eof = 0;
333 ap->io->eof = 1;
352 ap->io->eof = 1;
363 ap->io->eof = 1;
381 if (ap->io->eof)
391 ap->io->eof = 1;
396 ap->io->eof = 0;
444 if (ap->io->eof)
462 ap->io->eof = 1;
468 ap->io->eof
[all...]
H A Dpaxlib.h102 int eof; /* hit EOF */ member in struct:Paxio_s
/ast/src/cmd/codexlib/zip/
H A Ddeflate.c143 int eof; /* init to 0 from this member on */ member in struct:State_s
169 if (state->eof)
173 state->eof = 1;
637 memset((char*)state + offsetof(State_t, eof), 0, sizeof(*state) - offsetof(State_t, eof));
692 if (state->eof)
737 if (p < e || state->eof)
H A Dimplode.c128 int eof; member in struct:State_s
201 if (state->eof)
205 state->eof = 1;
376 state->eof = 1;
516 state->eof = 1;
644 state->eof = 1;
771 state->eof = 1;
839 state->eof = 0;
968 if(state->eof)
/ast/src/lib/libz/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof)
871 int eof; /* true if this is the last block for a file */
873 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
921 void _tr_flush_block(s, buf, stored_len, eof)
925 int eof; /* true if this is the last block for a file */
981 _tr_stored_block(s, buf, stored_len, eof);
988 send_bits(s, (STATIC_TREES<<1)+eof, 3);
994 send_bits(s, (DYN_TREES<<1)+eof, 3);
1008 if (eof) {
1015 s->compressed_len-7*eof));
[all...]
H A Ddeflate.h285 int eof));
288 int eof));
H A Dsfdclzw.c632 goto eof;
705 eof: return (num - count);
/ast/src/lib/libjcl/
H A Djcllib.h138 int eof; \
/ast/src/cmd/codexlib/lzh/
H A Dlzh.c94 int eof; member in struct:State_s
115 if (state->eof)
119 state->eof = 1;
141 state->eof = 0;
164 if (state->eof)
378 if (state->eof)
884 return state->eof ? -1 : j;
1162 state->eof = 0;
1177 if (n == 0 || state->eof)
/ast/src/lib/libdss/
H A Dcxlib.h159 int eof; member in struct:Cxinclude_s
H A Dcxcomp.c53 if (cx->eof || !cx->include)
84 cx->include->eof = 1;
128 error(-2, "cxcomp next include=%p eof=%d '%s'", cx->include, cx->include->eof, c ? fmtesc(buf) : "\\0");
424 ip->eof = cx->eof;
425 cx->eof = 0;
449 cx->eof = 1;
462 cx->eof = !cx->include;
2069 error(-1, "cxcomp push include=%p file=%s eof
[all...]
/ast/src/lib/libuu/
H A Duulib.c202 goto eof;
222 goto eof;
241 goto eof;
259 eof:
566 int eof; member in struct:__anon445
622 if (bx->eof)
632 bx->eof = 1;
/ast/src/cmd/mailx/
H A Dcmd2.c941 int eof; local
944 eof = (state.msg.dot + 1) >= state.msg.list + state.msg.count;
951 if (eof)
/ast/src/cmd/paxlib/tp/
H A Dtp.c70 ap->io->eof = 1;
/ast/src/lib/librecsort/
H A Drsmerge.c42 int eof; /* have reached eof */ member in struct:_merge_s
58 #define MGSETEOF(mg) (mg->eof = 1)
59 #define MGCLREOF(mg) (mg->eof = 0)
60 #define MGISEOF(mg) (mg->eof)
420 mg->eof = 0;
/ast/src/cmd/codexlib/compress/
H A Dcompress.c585 goto eof;
641 eof: return (num - count);

Completed in 46 milliseconds

12