Searched refs:_addfmt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dtermlib.c23 static char *_addfmt __ARGS((char *, char *, int));
416 bufp = _addfmt(bufp, "%d", line);
420 bufp = _addfmt(bufp, "%02d", line);
424 bufp = _addfmt(bufp, "%03d", line);
620 _addfmt(buf, fmt, val) function

Completed in 81 milliseconds