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

/external/mksh/src/
H A Dedit.c944 static char *macroptr; /* bind key macro active? */ variable
1230 if (macroptr && f == XFUNC_ins_string)
1321 macroptr = x_atab[c >> 8][c & 255];
1323 * we no longer need to bother checking if macroptr is
2860 if (macroptr) {
2861 if ((c = (unsigned char)*macroptr++))
2863 macroptr = NULL;

Completed in 127 milliseconds