Home
last modified time | relevance | path

Searched refs:lastreg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c352 lastreg = vreg;
353 else if (isdigit(lastreg) && lastreg < '9')
354 lastreg++;
355 vreg = lastreg;
H A Dex_vis.h260 var short lastreg; /* Register with last command */ variable
H A Dex_vget.c319 lastreg = vreg; in setLAST()
H A Dex_vops.c544 notpart(lastreg); in vchange()