HomeSort by: relevance | last modified time | path
    Searched defs:x_nextcmd (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
emacs.c 108 static int x_nextcmd; /* for newline-and-next */ variable in typeref:typename:int
353 if (x_nextcmd >= 0) {
354 int off = source->line - x_nextcmd;
357 x_nextcmd = -1;
897 x_nextcmd = source->line - (histptr - x_histp) + 1;
1480 x_nextcmd = -1;

Completed in 13 milliseconds