| /src/external/gpl2/groff/dist/src/preproc/html/ |
| pre-html.cpp | 384 struct char_block { struct 388 char_block *next; 390 char_block(); 394 * char_block - Constructor. Set the, used, and, next, fields to zero. 397 char_block::char_block() function in class:char_block 412 void write_upto_newline(char_block **t, int *i, int is_html); 413 int can_see(char_block **t, int *i, const char *string); 414 int skip_spaces(char_block **t, int *i); 415 void skip_until_newline(char_block **t, int *i) [all...] |
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 348 struct char_block { struct 352 char_block *next; 354 char_block(); 355 char_block(int length); 356 ~char_block(); 359 char_block::char_block() function in class:char_block 364 char_block::char_block(int length) function in class:char_block 367 buffer = new char[max(length, char_block::SIZE)] [all...] |