Home
last modified time | relevance | path

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

/dports/mail/alpine/alpine-465e23b/pith/
H A Dfilter.c3795 width = WRAP_COLS(hd->html_data); in html_hr()
3813 width = (WRAP_COLS(hd->html_data)*MIN(100,width))/100; in html_hr()
3819 width = MIN(width, WRAP_COLS(hd->html_data)); in html_hr()
3827 if((i = MAX(0, WRAP_COLS(hd->html_data) - width)) in html_hr()
6058 HD(hd->html_data)->wrapcol = WRAP_COLS(hd->html_data) - 8; in html_h2()
8025 HD(f)->wrapcol = WRAP_COLS(f); in gf_html2plain()
8324 if(f->f2 + cwidth + 1 >= WRAP_COLS(f)){ in html_output_normal()
8361 if(!PASS_HTML(f) && (f->n + width) > WRAP_COLS(f)) in html_output_normal()
8506 HD(f)->centered->line.len = WRAP_COLS(f); in html_output_centered()
8598 if(HD(f)->centered->word.width >= WRAP_COLS(f)) in html_output_centered()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dfilter.c3795 width = WRAP_COLS(hd->html_data); in html_hr()
3813 width = (WRAP_COLS(hd->html_data)*MIN(100,width))/100; in html_hr()
3819 width = MIN(width, WRAP_COLS(hd->html_data)); in html_hr()
3827 if((i = MAX(0, WRAP_COLS(hd->html_data) - width)) in html_hr()
6058 HD(hd->html_data)->wrapcol = WRAP_COLS(hd->html_data) - 8; in html_h2()
8025 HD(f)->wrapcol = WRAP_COLS(f); in gf_html2plain()
8324 if(f->f2 + cwidth + 1 >= WRAP_COLS(f)){ in html_output_normal()
8361 if(!PASS_HTML(f) && (f->n + width) > WRAP_COLS(f)) in html_output_normal()
8506 HD(f)->centered->line.len = WRAP_COLS(f); in html_output_centered()
8598 if(HD(f)->centered->word.width >= WRAP_COLS(f)) in html_output_centered()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DGridText.c72 # define WRAP_COLS(text) ((text)->stbl ? \ macro
79 # define WRAP_COLS(text) LYcolLimit macro
2538 #define LYcols_cu(text) WRAP_COLS(text)
3234 spare = WRAP_COLS(text) in split_line()
3242 spare = WRAP_COLS(text) in split_line()
3417 / (WRAP_COLS(text) in split_line()
4298 if (target_cu > WRAP_COLS(text)) in HText_appendCharacter()
4299 target -= target_cu - WRAP_COLS(text); in HText_appendCharacter()
4322 if (target >= WRAP_COLS(text) - style->rightIndent - in HText_appendCharacter()
4391 ) >= WRAP_COLS(text)) in HText_appendCharacter()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DGridText.c62 # define WRAP_COLS(text) ((text)->stbl ? \ macro
69 # define WRAP_COLS(text) LYcolLimit macro
2510 #define LYcols_cu(text) WRAP_COLS(text)
3195 spare = WRAP_COLS(text) in split_line()
3203 spare = WRAP_COLS(text) in split_line()
3378 / (WRAP_COLS(text) in split_line()
4244 if (target_cu > WRAP_COLS(text)) in HText_appendCharacter()
4245 target -= target_cu - WRAP_COLS(text); in HText_appendCharacter()
4268 if (target >= WRAP_COLS(text) - style->rightIndent - in HText_appendCharacter()
4334 ) >= WRAP_COLS(text)) in HText_appendCharacter()
[all …]
/dports/news/pan/pan-0.145/pan/gui/
H A Dpost-ui.cc1879 const int WRAP_COLS = 75; in create_body_widget() local
1894 std::string s (WRAP_COLS, 'A'); in create_body_widget()
/dports/www/lynx/lynx2.8.9rel.1/
H A DCHANGES3903 WRAP_COLS.
/dports/www/lynx-current/lynx2.9.0dev.9/
H A DCHANGES4074 WRAP_COLS.