| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTChunk.c | 17 void HTChunkInit(HTChunk *ch, int grow) in HTChunkInit() argument 20 ch->growby = grow; in HTChunkInit() 28 HTChunk *HTChunkCreate(int grow) in HTChunkCreate() argument 35 HTChunkInit(ch, grow); in HTChunkCreate() 39 HTChunk *HTChunkCreateMayFail(int grow, int failok) in HTChunkCreateMayFail() argument 53 HTChunkInit(ch, grow); in HTChunkCreateMayFail() 61 HTChunk *HTChunkCreate2(int grow, size_t needed) in HTChunkCreate2() argument 70 HTChunkInit(ch, grow); in HTChunkCreate2()
|
| D | HTChunk.h | 39 extern void HTChunkInit(HTChunk *ch, int grow);
|
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | info.h | 63 #define add_pointer_to_array(pointer, idx, array, slots, grow, type) \ argument 66 array = (type *)(xrealloc (array, (slots += grow) * sizeof (type))); \
|
| /mirbsd/src/usr.bin/bc/ |
| D | bc.y | 71 static void grow(void); 739 grow(void) 759 grow(); in cs() 768 grow(); in as() 785 grow(); in node() 790 grow(); in node()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | NOTES | 24 cog Copy-on-grow: PVs declared and initialised statically 25 no-cog No copy-on-grow 73 cog Copy-on-grow: PVs declared and initialised statically 74 no-cog No copy-on-grow
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/ |
| D | Dumper.xs | 127 STRLEN grow = 0; /* bytes needed to represent chars 128+ */ in esc_q_utf8() local 140 grow += 4 + (k <= 0xFF ? 2 : k <= 0xFFF ? 3 : k <= 0xFFFF ? 4 : in esc_q_utf8() 157 if (grow) { in esc_q_utf8() 159 sv_grow(sv, cur + 3 + grow + 2*backslashes + single_quotes in esc_q_utf8()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | mmo.sc | 123 begins. They grow in opposite directions. */
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Thread/ |
| D | Queue.pmx | 48 The queue will grow as needed to accomodate the list.
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BIO_s_mem.pod | 74 their size can grow indefinitely.
|
| /mirbsd/src/usr.bin/lex/ |
| D | flex.skl | 185 * and can realloc() it to grow it, and should free() it to 818 { /* Not enough room in the buffer - grow it. */ 845 /* Can't grow it, we don't own it. */ 1385 /* It's okay to grow etc. this buffer, and we should throw it
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | README | 32 $CVSROOT/CVSROOT/history file, as it can grow quite
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | MANIFEST | 77 t/grow.t test script
|
| D | Changes | 1165 + t/grow.t 1287 + t/grow.t 1291 t/grow.t tests that.
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | help | 176 resize: grow or shrink the current screen
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlsub.pod | 830 local *grow = \&shrink; # only until this block exists 831 grow(); # really calls shrink() 832 move(); # if move() grow()s, it shrink()s too 834 grow(); # get the real grow() again
|
| D | perl.pod | 255 "associative arrays") grow as necessary to prevent degraded
|
| D | perlembed.pod | 695 Note that the process will continue to grow for each file that it 697 conditions that cause Perl's symbol table to grow. You might want to
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_pack.c | 2054 goto grow; 2100 grow:
|
| /mirbsd/src/usr.bin/vi/catalog/ |
| D | english.base | 221 228 "The screen cannot grow"
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | sh64elf.em | 398 /* If we don't need to grow the .cranges section beyond what was in the
|
| /mirbsd/src/sys/arch/sparc/conf/ |
| D | FLOPPY | 89 pseudo-device pty 4 # pseudo-terminals (can grow runtime)
|
| D | GENERIC | 97 pseudo-device pty 16 # pseudo-terminals (can grow runtime)
|
| D | RAMDISK | 89 pseudo-device pty 4 # pseudo-terminals (can grow runtime)
|
| /mirbsd/src/usr.bin/awk/ |
| D | FIXES | 521 fields and $0 in fixed-size arrays with arrays that grow on 533 to grow arrays as needed for printf, sub, gsub, etc.
|
| /mirbsd/src/sys/arch/i386/conf/ |
| D | RAMDISK | 89 pseudo-device pty 4 # pseudo-terminals (can grow runtime)
|