Searched refs:dol (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c519 static void p_comlist(const struct dolnod *dol,int endchar) argument
523 argv = dol->dolval+ARG_SPARE;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c359 "dol=%d\n", lineno(dot), lineno(wdot), lineno(dol));
775 forbid(wdot < one || wdot > dol);
H A Dex_unix.c224 if (warn && hush == 0 && chng && xchng != chng && value(vi_WARN) && dol > zero) {
H A Dex.h321 * line considered to be in the buffer, between dol and unddol.
323 * dol and unddol, a copy of the entire, pre-command buffer state
328 var line *dol; /* Last line in buffer */ variable
339 * dol and unddol before they are changed (i.e. we save the descriptors
346 * are lines saved between dol and unddol we don't stick these back
H A Dex_vget.c748 fprintf(trace, " undadot=%d, dot=%d, dol=%d, unddol=%d, truedol=%d\n",
749 lineno(undadot), lineno(dot), lineno(dol), lineno(unddol), lineno(truedol));
H A Dex_vadj.c564 line *odol = dol;
728 for (; tp <= dol && Peekkey != ATTN; tp++) {
H A Dex_vput.c84 putchar(tp > dol ? ((UPPERCASE || tilde_glitch) ? '^' : '~') : '@');

Completed in 72 milliseconds

12