Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 25 of 64) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTChunk.c17 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()
DHTChunk.h39 extern void HTChunkInit(HTChunk *ch, int grow);
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dinfo.h63 #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/
Dbc.y71 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/
DNOTES24 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/
DDumper.xs127 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/
Dmmo.sc123 begins. They grow in opposite directions. */
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DQueue.pmx48 The queue will grow as needed to accomodate the list.
/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_s_mem.pod74 their size can grow indefinitely.
/mirbsd/src/usr.bin/lex/
Dflex.skl185 * 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/
DREADME32 $CVSROOT/CVSROOT/history file, as it can grow quite
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DMANIFEST77 t/grow.t test script
DChanges1165 + t/grow.t
1287 + t/grow.t
1291 t/grow.t tests that.
/mirbsd/src/usr.bin/vi/docs/
Dhelp176 resize: grow or shrink the current screen
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlsub.pod830 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
Dperl.pod255 "associative arrays") grow as necessary to prevent degraded
Dperlembed.pod695 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/
Dpp_pack.c2054 goto grow;
2100 grow:
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base221 228 "The screen cannot grow"
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dsh64elf.em398 /* If we don't need to grow the .cranges section beyond what was in the
/mirbsd/src/sys/arch/sparc/conf/
DFLOPPY89 pseudo-device pty 4 # pseudo-terminals (can grow runtime)
DGENERIC97 pseudo-device pty 16 # pseudo-terminals (can grow runtime)
DRAMDISK89 pseudo-device pty 4 # pseudo-terminals (can grow runtime)
/mirbsd/src/usr.bin/awk/
DFIXES521 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/
DRAMDISK89 pseudo-device pty 4 # pseudo-terminals (can grow runtime)

123