Home
last modified time | relevance | path

Searched refs:bufenlarge (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsrev.c733 p = bufenlarge(target, &tlim);
743 p = bufenlarge(target, &tlim);
779 tp = bufenlarge(target, &tlim);
H A Drcslex.c362 sp = bufenlarge(&tokbuf, &limit); in nextlex()
545 # define savech_(c) {if (limit<=p)p=bufenlarge(&b,&limit); *p++ =(c);}
777 tp = bufenlarge(target, &limit);
H A Drcskeep.c323 tp = bufenlarge(target, &tlim);
H A Drcsgen.c408 p = bufenlarge(&desc, &plim);
H A Drcsbase.h507 char *bufenlarge P((struct buf*,char const**));
H A Drcsfnms.c486 bufenlarge(b, alim) in bufenlarge() function
H A Drcsedit.c954 tp = bufenlarge(&keyval, &tlim);