/ast/src/cmd/tests/ |
H A D | testdate.sh | 66 this month 70 this month 1st monday 71 this month first monday 75 this month 2nd monday 76 this month second monday 80 this month 3rd monday 81 this month third monday 85 this month 4th monday 86 this month fourth monday 90 this mont [all...] |
/ast/src/lib/libz/ |
H A D | inftrees.c | 16 include such an acknowledgment, I would appreciate that you keep this 33 /* __MVS__ complains hard about this one K&R prototype -- go figure */ 59 code this; /* table entry for duplication */ local 95 lens[] are in the range 0..MAXBITS. The caller must assure this. 97 symbol does not occur in this code. 124 this.op = (unsigned char)64; /* invalid code marker */ 125 this.bits = (unsigned char)1; 126 this.val = (unsigned short)0; 127 *(*table)++ = this; /* make a table to force an error */ 128 *(*table)++ = this; [all...] |
H A D | inffast.c | 39 inflate execution time is spent in this routine. 91 code this; /* retrieved table entry */ local 128 this = lcode[hold & lmask]; 130 op = (unsigned)(this.bits); 133 op = (unsigned)(this.op); 135 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? 137 "inflate: literal 0x%02x\n", this.val)); 138 PUP(out) = (unsigned char)(this.val); 141 len = (unsigned)(this [all...] |
H A D | infback.c | 65 fixed code decoding. Normally this returns fixed tables from inffixed.h. 66 If BUILDFIXED is defined, then instead this routine builds the tables the 104 /* do this just once */ 256 code this; /* current decoding table entry */ local 392 this = state->lencode[BITS(state->lenbits)]; 393 if ((unsigned)(this.bits) <= bits) break; 396 if (this.val < 16) { 397 NEEDBITS(this.bits); 398 DROPBITS(this.bits); 399 state->lens[state->have++] = this [all...] |
H A D | inflate.c | 197 fixed code decoding. Normally this returns fixed tables from inffixed.h. 198 If BUILDFIXED is defined, then instead this routine builds the tables the 236 /* do this just once */ 255 can simply call makefixed to do this: 279 puts(" /* WARNING: this file should *not* be used by applications."); 280 puts(" It is part of the implementation of this library and is"); 312 when a window is already in use, or when output has been written during this 543 In this implementation, the flush parameter of inflate() only affects the 567 code this; /* current decoding table entry */ local 879 this [all...] |
/ast/src/cmd/INIT/ |
H A D | ldd.cygwin.i386 | 2 : cygwin.i386 ldd -- how many ways does this confirm the windows bias?
|
H A D | ratz.c | 151 arising from the use of this software. 153 Permission is granted to anyone to use this software for any purpose, 157 1. The origin of this software must not be misrepresented; you must not 158 claim that you wrote the original software. If you use this software 289 Of course this will generally degrade compression (there's no free lunch). 571 /* The deflate compression method (the only one supported in this version) */ 881 * Since MSDOS is not a preemptive multitasking OS, this table is not 1305 z_streamp strm; /* pointer back to this zlib stream */ 1326 * bytes. With this organization, matches are limited to a distance of 1327 * wSize-MAX_MATCH bytes, but this ensure 1726 code this; /* table entry for duplication */ local 2087 code this; /* retrieved table entry */ local 2786 code this; /* current decoding table entry */ local [all...] |
H A D | Makefile | 6 SILENT = /* this component builds silent -- this prevents us from using it while building it */ 295 * this allows makefiles to use -ldl on all systems 297 * NOTE: this works around the sgi botch: 338 * this is why unix is starting to look like windows 339 * this map allows makefiles to use -ldbm on all systems 341 * and this just in: sometimes its <gdbm-ndbm.h> and possibly -lgdbm_compat
|
H A D | mktest.sh | 584 ${UNIT[0]} regression test script. Run this script to generate new
|
H A D | proto.c | 2280 comment( ¬ice, &buf, "If you have copied or used this software without agreeing",sizeof( "If you have copied or used this software without agreeing")-1, 0); 2310 comment( ¬ice, &buf, "along with this software (see the file COPYING.)",sizeof( "along with this software (see the file COPYING.)")-1, 0); 2323 comment( ¬ice, &buf, " copyright notice, this list of conditions and the",sizeof( " copyright notice, this list of conditions and the")-1, -1); 2327 comment( ¬ice, &buf, " copyright notice, this list of conditions and the",sizeof( " copyright notice, this list of conditions and the")-1, -1); 2339 comment( ¬ice, &buf, " promote products derived from this software without",sizeof( " promote products derived from this softwar [all...] |
H A D | package.sh | 20 ### this script contains archaic constructs that work with all sh variants ### 188 \blib/package/admin/'$admin_env$'\b exists under this 190 \aaction\a is done. If this field begins with \b-\b 191 then the host is ignored. If this field contains \b:\b 207 [+clean | clobber?Delete the \barch/\b\aHOSTTYPE\a hierarchy; this 254 \aarchitecture\a must be specified; this architecture will be 369 \bflat\b. The \bmake\b action implicitly calls this action.] 374 \apackage\a[.\atype\a]]\b.tim\b file in this directory tracks 432 \b$PACKAGEROOT\b. All source and binaries reside under this tree. A two 483 release\b lists this informatio [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | rolodex | 141 set msg "Sorry, but no help is available for this topic" 163 set helpTopics(.frame.1.entry) {In this field of the rolodex entry you should type the person's name} 164 set helpTopics(.frame.2.entry) {In this field of the rolodex entry you should type the first line of the person's address} 165 set helpTopics(.frame.3.entry) {In this field of the rolodex entry you should type the second line of the person's address} 166 set helpTopics(.frame.4.entry) {In this field of the rolodex entry you should type the third line of the person's address} 167 set helpTopics(.frame.5.entry) {In this field of the rolodex entry you should type the person's home phone number, or "private" if the person doesn't want his or her number publicized} 168 set helpTopics(.frame.6.entry) {In this field of the rolodex entry you should type the person's work phone number} 169 set helpTopics(.frame.7.entry) {In this field of the rolodex entry you should type the phone number for the person's FAX machine} 179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this dem [all...] |
H A D | style.tcl | 61 $w.text insert end {Text widgets like this one allow you to display information in a 67 tags with various display styles. If you do this, then the tagged 143 $w.text insert end "Spacing1 is set to 10 points for this text, " spacing 148 $w.text insert end "in this example.\n" spacing
|
H A D | menu.tcl | 30 $m add command -label "Open ..." -command {error "this is just a demo: no action has been defined for the \"Open ...\" entry"} 31 $m add command -label "New" -command {error "this is just a demo: no action has been defined for the \"New\" entry"} 32 $m add command -label "Save" -command {error "this is just a demo: no action has been defined for the \"Save\" entry"} 33 $m add command -label "Save As ..." -command {error "this is just a demo: no action has been defined for the \"Save As ...\" entry"} 35 $m add command -label "Print Setup ..." -command {error "this is just a demo: no action has been defined for the \"Print Setup ...\" entry"} 36 $m add command -label "Print ..." -command {error "this is just a demo: no action has been defined for the \"Print ...\" entry"} 99 tk_dialog .pattern {Bitmap Menu Entry} {The menu entry you invoked displays a bitmap rather than a text string. Other than this, it is just like any other menu entry.} {} 0 OK
|
H A D | text.tcl | 51 6. Copy the selection. To copy the selection into this window, select
|
/ast/src/cmd/proto/ |
H A D | Makefile | 2 * NOTE: this provides ast enhanced versions of INIT executables 29 * this is a gross hack to allow only one copy of the source
|
/ast/src/cmd/ksh93/tests/ |
H A D | basic.sh | 448 : works if this line deleted : | 450 : works if this line deleted : 454 : works if this line deleted : | 456 : works if this line deleted : 461 : works if this line deleted : | 463 : works if this line deleted :
|
H A D | grep.sh | 91 this is a food bar test
|
/ast/src/cmd/ie/ |
H A D | editlib.c | 73 * so forth. An example of this is in a curses application in which
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 48 #undef BSD /* guess who defines this */ 458 /* this hack viewpath lookup works for default package setups */ 926 COMMENT(¬ice, &buf, "If you have copied or used this software without agreeing", 0); 956 COMMENT(¬ice, &buf, "along with this software (see the file COPYING.)", 0); 969 COMMENT(¬ice, &buf, " copyright notice, this list of conditions and the", -1); 973 COMMENT(¬ice, &buf, " copyright notice, this list of conditions and the", -1); 985 COMMENT(¬ice, &buf, " promote products derived from this software without", -1); 1008 COMMENT(¬ice, &buf, "damages arising from the use of this software.", -1); 1010 COMMENT(¬ice, &buf, "Permission is granted to anyone to use this software for any", -1); 1014 COMMENT(¬ice, &buf, " 1. The origin of this softwar [all...] |
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 1830 * make dll via cc- if not already made at this level 3742 * NOTE: case ignorant filesystems make this a little tricky 4000 * this is a workaround hack to help packages with broken compilers 4001 * don't rely on this hook 4024 * this assertion ensures that any user specified dirs appear 4407 /* can't figure out why this .PARAMETER must be repeated */ 5225 * bindfile() should probably do this
|
/ast/src/lib/libast/ |
H A D | Makefile | 320 * this helps mam by catching headers that might be indirectly
|
/ast/src/cmd/mailx/ |
H A D | imap.c | 11 * copyright notice, this list of conditions and the * 15 * copyright notice, this list of conditions and the * 21 * promote products derived from this software without * 42 * notice, this list of conditions and the following disclaimer. * 44 * notice, this list of conditions and the following disclaimer in * 49 * from this software without specific prior written permission. * 88 #define IMAP_VERSION 4 /* at least this */ 89 #define IMAP_REVISION 1 /* at least this */ 167 size_t length; /* length of this block */ 168 char* data; /* data for this bloc [all...] |