Searched refs:hold (Results 1 - 20 of 20) sorted by relevance

/ast/src/lib/libz/
H A Dinffast.c85 unsigned long hold; /* local strm->hold */ local
112 hold = state->hold;
123 hold += (unsigned long)(PUP(in)) << bits;
125 hold += (unsigned long)(PUP(in)) << bits;
128 this = lcode[hold & lmask];
131 hold >>= op;
145 hold += (unsigned long)(PUP(in)) << bits;
148 len += (unsigned)hold
[all...]
H A Dinflate.c121 state->hold = 0;
139 state->hold += value << state->bits;
409 hold = state->hold; \
420 state->hold = hold; \
427 hold = 0; \
437 hold += (unsigned long)(*next++) << bits; \
451 ((unsigned)hold & ((1U << (n)) - 1))
456 hold >>
562 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bi local
[all...]
/ast/src/lib/libast/misc/
H A Dsigcrit.c70 static long hold; /* held signal mask */ variable
73 * hold last signal for later delivery
80 hold |= sigmask(sig);
133 hold = 0;
138 hold &= ~sigmask(signals[i].sig);
161 return hold != 0;
184 if (hold)
189 if (hold & sigmask(signals[i].sig))
/ast/src/lib/libcs/
H A Dcssend.c167 } hold;
172 * and hold them open until the next cssend()
175 if (hold.fds)
176 for (i = 0; i < hold.num; i++)
177 if (hold.fds[i] >= 0)
179 close(hold.fds[i]);
180 hold.fds[i] = 0;
182 if (n > hold.max)
184 hold.max = roundof(n, 8);
185 hold
[all...]
/ast/src/cmd/re/
H A Dsed2.c38 Text hold; variable
195 if(hold.s == 0)
196 vacate(&hold);
198 tcopy(&hold, data);
207 if(hold.s == 0)
208 vacate(&hold);
211 tcopy(&hold, data);
219 assure(&hold, 1);
220 *hold.w++ = '\n';
221 tcopy(data, &hold);
[all...]
/ast/src/cmd/INIT/
H A Dratz.c1655 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
2081 unsigned long hold; /* local strm->hold */ local
2108 hold = state->hold;
2119 hold += (unsigned long)(PUP(in)) << bits;
2121 hold += (unsigned long)(PUP(in)) << bits;
2124 this = lcode[hold & lmask];
2127 hold >>= op;
2141 hold
2781 unsigned long hold; /* bit buffer */ local
[all...]
/ast/src/lib/libvgraph/
H A Dvgraph.h16 { Dtlink_t hold; /* CDT object holder */ member in struct:_grnode_s
32 { Dtlink_t hold; /* CDT object holder */ member in struct:_gredge_s
/ast/src/lib/libtksh/tcl/
H A DtclNotify.c274 Tcl_Event *evPtr, *prevPtr, *hold;
288 hold = evPtr;
290 ckfree((char *) hold);
270 Tcl_Event *evPtr, *prevPtr, *hold; local
/ast/src/cmd/nmake/
H A Dmain.c240 if ((state.mam.level = level) > 0 && !state.hold && (r = internal.error) && (r->property & (P_functional|P_target)) == (P_functional|P_target) && !state.compileonly && !state.interrupt && (m = stakptr(0)) && (n = staktell()) > 0)
246 state.hold = m;
250 n -= m - state.hold;
280 state.hold = 0;
879 if (!state.hold && (r = internal.error) && (r->property & (P_target|P_functional)) == P_target)
881 state.hold = null;
886 state.hold = 0;
H A Dmam.c138 if (!state.mam.hold)
178 if (!state.mam.hold)
H A Dmake.h747 int hold; /* output hold nest level */ member in struct:Mam_s
846 char* hold; /* hold error trap */ member in struct:State_s
H A Dparse.c3219 state.hold = 0;
H A DMakerules.mk1263 set mam=hold
/ast/src/cmd/builtin/
H A Dtr.c121 unsigned char* hold; member in struct:__anon47
165 tr->hold = tr->next + 1;
274 if (tr->prev >= 0 && tr->next != tr->hold && *tr->next)
/ast/src/cmd/coshell/
H A Devent.c53 "[+hold [ \aevent\a ...]]?If \aevent\a operands are specified "
146 #define DATA_hold 0x00000002 /* explicit hold */
203 int hold; /* hold announcements */ member in struct:State_s
242 "hold", REQ_hold, 0, -1,
475 if (!state->hold && (e = (Event_t*)dtmatch(state->events, key.dptr)))
521 if (state->hold)
522 log(state, con, 'W', "%s global hold", key.dptr);
524 log(state, con, 'W', "%s explicit hold", key.dptr);
532 if (val.dptr && !state->hold
[all...]
/ast/src/cmd/mailx/
H A Ddata.c380 "hold", &state.var.hold, 0, 0,0,
H A Dmailx.h809 char* hold; member in struct:__anon136::__anon147
H A Dquit.c396 holdbit = state.var.hold ? MPRESERVE : MBOX;

Completed in 61 milliseconds