Searched refs:char_block (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp382 struct char_block { struct
386 char_block *next;
388 char_block();
392 * char_block - Constructor. Set the, used, and, next, fields to zero.
395 char_block::char_block() function in class:char_block
410 void write_upto_newline(char_block **t, int *i, int is_html);
411 int can_see(char_block **t, int *i, const char *string);
412 int skip_spaces(char_block **t, int *i);
413 void skip_until_newline(char_block **
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp346 struct char_block { struct
350 char_block *next;
352 char_block();
353 char_block(int length);
354 ~char_block();
357 char_block::char_block() function in class:char_block
362 char_block::char_block(int length) function in class:char_block
365 buffer = new char[max(length, char_block
[all...]

Completed in 101 milliseconds