Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/ex/
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()
Dex_cscope.c175 GET_SPACE_RETC(sp, bp, blen, len); in start_cscopes()
/freebsd-12-stable/contrib/nvi/common/
Dmem.h92 #define GET_SPACE_RETC(sp, bp, blen, nlen) \ macro