Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c944 static bool x_arg_defaulted; /* x_arg not explicitly set; defaulted to 1 */ variable
1286 x_arg_defaulted = true; in x_emacs()
1832 if (x_arg_defaulted) in x_goto_hist()
1878 if (xep == xbuf && x_arg_defaulted) in x_eot_del()
2250 if (x_arg_defaulted || (narg = x_arg) > lastcol) in x_kill()
2357 x_arg_defaulted = true; in x_vt_hack()
3029 x_arg_defaulted = true; in x_set_arg()
3033 x_arg_defaulted = false; in x_set_arg()
3095 if (x_arg_defaulted) { in x_edit_line()
3149 last_arg = x_arg_defaulted ? -1 : x_arg; in x_prev_histword()