Home
last modified time | relevance | path

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

/dports/mail/alpine/alpine-465e23b/pith/
H A Dfilter.c9489 #define WRAP_PB_OFF(F) (((WRAP_S *)(F)->opt)->prefbrk) macro
10000 WRAP_PB_OFF(f) = f->linep - f->line; in gf_wrap()
10061 && WRAP_ALLWSP(f) && WRAP_PB_OFF(f)) in gf_wrap()
10259 if(WRAP_PB_OFF(f) && WRAP_PB_LEN(f) >= WRAP_INDENT(f)){ in gf_wrap()
10260 char *p1 = f->line + WRAP_PB_OFF(f); in gf_wrap()
10445 WRAP_PB_OFF(f) = 0; in wrap_flush()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dfilter.c9489 #define WRAP_PB_OFF(F) (((WRAP_S *)(F)->opt)->prefbrk) macro
10000 WRAP_PB_OFF(f) = f->linep - f->line; in gf_wrap()
10061 && WRAP_ALLWSP(f) && WRAP_PB_OFF(f)) in gf_wrap()
10259 if(WRAP_PB_OFF(f) && WRAP_PB_LEN(f) >= WRAP_INDENT(f)){ in gf_wrap()
10260 char *p1 = f->line + WRAP_PB_OFF(f); in gf_wrap()
10445 WRAP_PB_OFF(f) = 0; in wrap_flush()