Home
last modified time | relevance | path

Searched refs:allocHTLine (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DGridText.c328 #define allocHTLine(ptr, size) { ptr = (HTLine *)calloc(1, LINE_SIZE(size)); } macro
334 #define allocHTLine(ptr, size) POOLallocHTLine(ptr, size) macro
2657 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()