Searched refs:room (Results 1 – 25 of 68) sorted by relevance
123
442 whether there is room for the new growth in the current chunk. If you454 The function @code{obstack_room} returns the amount of room available465 While you know there is room, you can use these fast growth functions499 enough room for what you want to add, the fast growth functions502 new chunk; then there will be lots of room available again.518 int room = obstack_room (obstack);519 if (room == 0)521 /* @r{Not enough room. Add one character slowly,}522 @r{which may copy to a new chunk and make room.} */528 if (room > len)[all …]
236 msgid "%s: ran out room for %lu bytes of text space\n"
243 msgid "%s: ran out room for %lu bytes of text space\n"
258 msgid "%s: ran out room for %lu bytes of text space\n"
260 msgid "%s: ran out room for %lu bytes of text space\n"
283 msgid "%s: ran out room for %lu bytes of text space\n"
264 msgid "%s: ran out room for %lu bytes of text space\n"
266 msgid "%s: ran out room for %lu bytes of text space\n"
251 msgid "%s: ran out room for %lu bytes of text space\n"
257 msgid "%s: ran out room for %lu bytes of text space\n"
259 msgid "%s: ran out room for %lu bytes of text space\n"
263 msgid "%s: ran out room for %lu bytes of text space\n"
256 msgid "%s: ran out room for %lu bytes of text space\n"
3003 file_ptr room = VMS_BLOCK_SIZE - (PRIV (file_pos) % VMS_BLOCK_SIZE); in alpha_vms_write_exec() local3006 if (PRIV (file_pos) < VMS_BLOCK_SIZE && room > 2) in alpha_vms_write_exec()3007 room -= 2; in alpha_vms_write_exec()3008 if (room < eisd->u.eisd.eisdsize + EISD__K_LENEND) in alpha_vms_write_exec()