Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_argv.c765 ADD_SPACE_GOTOW(sp, bp, *blenp, *blenp * 2); in argv_sexp()
838 ADD_SPACE_GOTOW(sp, bp, blen, off + 3); in argv_esc()
/NextBSD/contrib/nvi/common/
HDmem.h117 #define ADD_SPACE_GOTOW(sp, bp, blen, nlen) \ macro