Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c949 static int x_nextcmd; /* for newline-and-next */ variable
1255 if (x_nextcmd >= 0) { in x_emacs()
1256 int off = source->line - x_nextcmd; in x_emacs()
1261 x_nextcmd = -1; in x_emacs()
1871 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()
5534 x_nextcmd = -1; in x_init()