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

/ast/src/lib/libz/
H A Dinfback.c124 have = strm->avail_in; \
135 strm->avail_in = have; \
151 if (have == 0) { \
152 have = in(in_desc, &next); \
153 if (have == 0) { \
166 have--; \
251 unsigned have, left; /* available input and output */ local
274 have = next != Z_NULL ? strm->avail_in : 0;
336 if (copy > have) copy = have;
[all...]
H A Dinflate.c100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
408 have = strm->avail_in; \
419 strm->avail_in = have; \
435 if (have == 0) goto inf_leave; \
436 have--; \
515 would all have to actually be part of the saved state in case NEEDBITS()
561 unsigned have, left; /* available input and output */ local
584 in = have;
683 if (copy > have) copy = have;
[all...]
H A Dinflate.h110 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/ast/src/lib/libtk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/ast/src/cmd/INIT/
H A Dratz.c25 " that do not have \bpax\b(1), \btar\b(1) or \bgunzip\b(1). Only regular"
308 * This was tested only with MSC; for other MSDOS compilers you may have
470 (deflation) but other algorithms will be added later and will have the same
756 * You may have to use the same strategy for Borland C (untested).
892 * will return a usable pointer which doesn't have to be normalized.
1441 * fast adaptation but have of course the overhead of transmitting
1449 /* Buffer for distances. To simplify the code, d_buf and l_buf have
1503 * must not have side effects. _dist_code[256] and _dist_code[257] are never
1671 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
1841 used keeps track of how many table entries have bee
2780 unsigned have, left; /* available input and output */ local
[all...]
H A Dpackage.sh160 omitted then \badmin.db\b is assumed. The caller must have
411 Delta recipients must have the \bast\b \bpax\b(1) command (in
423 read\b will then check that all required packages have been
441 must have a \b$PACKAGEROOT/lib/package\b directory.]
461 licensing documentation. Each component may have its own \bLICENSE\b file
475 determines if the required package have been read in. Finally,
718 have setuid executables, few must be owned by ${bI}root${eI}. These are best
723 download site. If you already clicked, or if your system does not have
757 ${bB}flat${eB} argument. If you don't have ${Mnmake} then the following will do a
776 If your system does not have
[all...]
H A Dpackage.mk131 options; those that do have no separate man page.
603 echo "you didn't have to do that"
H A Dproto.c2280 comment( &notice, &buf, "If you have copied or used this software without agreeing",sizeof( "If you have copied or used this software without agreeing")-1, 0);
2308 comment( &notice, &buf, "You should have received a copy of the",sizeof( "You should have received a copy of the")-1, 0);
4831 proto->op = strcopy(proto->op, "/* NOTE: some constructs may not have been converted */\n");
/ast/src/cmd/pax/
H A Dtestpax.sh110 : have a dir alphabetically between file1 and file2
114 : have file1 alphabetically less than file2
/ast/src/cmd/ie/
H A Deditlib.c70 * If you want to only have line-editing sometimes, and the very first
/ast/src/cmd/msgcc/
H A Dmsgcc.sh41 already have a suffix. The default output is \ba.out.msg\b if \b-c\b
/ast/src/lib/libtk/generic/
H A DtkGrid.c1343 int constraintCount; /* Count of rows or columns that have
1538 * weights. At each pass, at least one slot boundary will have
1547 int have = 0; /* The actual amount of space that will
1556 * slot boundaries have a range of possible positions.
1580 have = layoutPtr[end].maxOffset - layoutPtr[start-1].minOffset;
1597 * entire span, would cause a slot boundary to have its possible
1609 (diff*totalWeight/weight) < (have-need)) {
1610 have = diff * totalWeight / weight + need;
1622 (int)((double) (have-need) * weight/totalWeight + 0.5);
2341 * Make sure we have
1540 int have = 0; /* The actual amount of space that will local
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c926 COMMENT(&notice, &buf, "If you have copied or used this software without agreeing", 0);
954 COMMENT(&notice, &buf, "You should have received a copy of the", 0);
/ast/lib/package/
H A Dpackage.mk131 options; those that do have no separate man page.
603 echo "you didn't have to do that"
/ast/src/cmd/nmake/
H A DMakerules.mk44 set option=';compare;b;-;Ignore \binstall\b action targets whose contents have not changed. On by default.'

Completed in 153 milliseconds