Home
last modified time | relevance | path

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

/dports/mail/alpine/alpine-465e23b/pith/
H A Dfilter.c9488 #define WRAP_ANCHOR(F) (((WRAP_S *)(F)->opt)->anchor) macro
10500 WRAP_ANCHOR(f) = 0; in wrap_flush_s()
10518 WRAP_ANCHOR(f) = 0; in wrap_flush_s()
10520 WRAP_ANCHOR(f) = (WRAP_ANCHOR(f) * 10) + (*++s-'0'); in wrap_flush_s()
10604 if(WRAP_INVERSE(f) || WRAP_ANCHOR(f)){ in wrap_eol()
10721 if(WRAP_ANCHOR(f)){ in wrap_bol()
10725 snprintf(buf, sizeof(buf), "%d", WRAP_ANCHOR(f)); in wrap_bol()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dfilter.c9488 #define WRAP_ANCHOR(F) (((WRAP_S *)(F)->opt)->anchor) macro
10500 WRAP_ANCHOR(f) = 0; in wrap_flush_s()
10518 WRAP_ANCHOR(f) = 0; in wrap_flush_s()
10520 WRAP_ANCHOR(f) = (WRAP_ANCHOR(f) * 10) + (*++s-'0'); in wrap_flush_s()
10604 if(WRAP_INVERSE(f) || WRAP_ANCHOR(f)){ in wrap_eol()
10721 if(WRAP_ANCHOR(f)){ in wrap_bol()
10725 snprintf(buf, sizeof(buf), "%d", WRAP_ANCHOR(f)); in wrap_bol()