Searched defs:eof (Results 1 - 16 of 16) sorted by relevance

/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/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/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/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/lib/libexpr/
H A Dexgram.h645 p->eof = 0;
707 int eof; local
710 eof = p->eof;
723 p->eof = eof;
/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/libdss/
H A Dcxlib.h159 int eof; member in struct:Cxinclude_s
H A Dcx.h598 int eof; /* input at eof */ member in struct:Cx_s
/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/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/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/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/lib/libtk/generic/
H A DtkText.c1294 TkTextIndex eof;
1317 TkTextMakeIndex(textPtr->tree, TkBTreeNumLines(textPtr->tree), 0, &eof);
1318 TkBTreeStartSearch(&textPtr->selIndex, &eof, textPtr->selTagPtr, &search);
1285 TkTextIndex eof; local
/ast/src/cmd/pax/
H A Dpaxlib.h102 int eof; /* hit EOF */ member in struct:Paxio_s
/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)

Completed in 63 milliseconds