Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Dcmode.c225 int nicol = 0; /* position count */ in getindent() local
249 nicol = ntabstop(nicol, curbp->b_tabw); in getindent()
251 nicol++; in getindent()
256 nicol = 0; in getindent()
338 *curi += nicol; in getindent()
342 newind = nicol; in getindent()
345 newind += nicol; in getindent()
H A Dutil.c375 int c, i, nicol; in lfindent() local
383 nicol = 0; in lfindent()
389 nicol = ntabstop(nicol, curwp->w_bufp->b_tabw); in lfindent()
391 ++nicol; in lfindent()
395 if (lnewline() == FALSE || doindent(nicol) == FALSE) { in lfindent()