Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c945 static bool x_arg_defaulted; /* x_arg not explicitly set; defaulted to 1 */ variable
1282 x_arg_defaulted = true; in x_emacs()
1831 if (x_arg_defaulted) in x_goto_hist()
1875 if (xep == xbuf && x_arg_defaulted) in x_eot_del()
2245 if (x_arg_defaulted || (narg = x_arg) > lastcol) in x_kill()
2338 x_arg_defaulted = true; in x_vt_hack()
2999 x_arg_defaulted = true; in x_set_arg()
3003 x_arg_defaulted = false; in x_set_arg()
3065 if (x_arg_defaulted) { in x_edit_line()
3119 last_arg = x_arg_defaulted ? -1 : x_arg; in x_prev_histword()