Searched refs:allocHTLine (Results 1 – 1 of 1) sorted by relevance
328 #define allocHTLine(ptr, size) { ptr = (HTLine *)calloc(1, LINE_SIZE(size)); } macro334 #define allocHTLine(ptr, size) POOLallocHTLine(ptr, size) macro2657 allocHTLine(mod_line, (unsigned) (line->size + added_chars)); in insert_blanks_in_line()3134 allocHTLine(temp, previous->size); in split_line()12602 allocHTLine(temp, strlen(buf)); in increment_tagged_htline()12667 allocHTLine(l, MAX_LINE); in insert_new_textarea_anchor()13587 allocHTLine(l, MAX_LINE); in HText_InsertFile()