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

/external/mksh/src/
H A Dedit.c930 static int x_nextcmd; /* for newline-and-next */ variable
1206 if (x_nextcmd >= 0) {
1207 int off = source->line - x_nextcmd;
1212 x_nextcmd = -1;
1845 x_nextcmd = source->line - (histptr - x_histncp) + 1;
5474 x_nextcmd = -1;

Completed in 383 milliseconds