Searched defs:lastin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c153 static short lastin; variable
175 lastin = lindent(dot + 1);
176 gotab(lastin + offset);
178 if (lastin == 0 && isatty(0) == -1) {
182 lastin = backtab(lastin);
183 gotab(lastin + offset);
192 lastin = 0;
238 lastin = c = smunch(lastin, genbu
300 getaline(*addr), lastin = smunch(0, linebuf); local
[all...]

Completed in 55 milliseconds