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

/external/mksh/src/
H A Dedit.c931 static char **x_histncp; /* saved x_histp for " */ variable
1205 x_histncp = NULL;
1210 x_histncp = x_histp;
1842 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1))
1844 x_histncp = x_histp;
1845 x_nextcmd = source->line - (histptr - x_histncp) + 1;

Completed in 509 milliseconds