Home
last modified time | relevance | path

Searched refs:GET_SPACE_RETC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_script.c314 GET_SPACE_RETC(sp, bp, blen, last_len + 128); in sscr_exec()
441 GET_SPACE_RETC(sp, bp, blen, MINREAD); in sscr_insert()
H A Dex_cscope.c175 GET_SPACE_RETC(sp, bp, blen, len); in start_cscopes()
/freebsd/contrib/nvi/common/
H A Dmem.h92 #define GET_SPACE_RETC(sp, bp, blen, nlen) \ macro