Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c969 static char *macroptr; /* bind key macro active? */ variable
1315 if (macroptr && f == XFUNC_ins_string) in x_emacs()
1404 macroptr = x_atab[c >> 8][c & 255]; in x_ins_string()
1406 * we no longer need to bother checking if macroptr is in x_ins_string()
2963 if (macroptr) { in x_e_getc()
2964 if ((c = (unsigned char)*macroptr++)) in x_e_getc()
2966 macroptr = NULL; in x_e_getc()

Completed in 6 milliseconds