Searched refs:FLAG_SET_UNIARG (Results 1 – 6 of 6) sorted by relevance
/dports/editors/zile/zile-2.4.14/src/ |
H A D | search.c | 325 ok = isearch (true, lastflag & FLAG_SET_UNIARG); 339 ok = isearch (false, lastflag & FLAG_SET_UNIARG); 351 ok = isearch (true, !(lastflag & FLAG_SET_UNIARG)); 363 ok = isearch (false, !(lastflag & FLAG_SET_UNIARG));
|
H A D | bind.c | 135 if (lastflag & FLAG_SET_UNIARG) in do_binding_completion() 150 lastflag & (FLAG_SET_UNIARG | FLAG_UNIARG_EMPTY) ? "C-u " : "", in do_binding_completion() 260 if (!(thisflag & FLAG_SET_UNIARG)) in call_command() 288 call_command (f, last_uniarg, (lastflag & FLAG_SET_UNIARG) != 0, NULL); in get_and_run_command()
|
H A D | main.h | 162 if (!(lastflag & FLAG_SET_UNIARG) && !is_uniarg && \ 238 #define FLAG_SET_UNIARG 0004 /* The last command modified the macro
|
H A D | eval.c | 227 if (lastflag & FLAG_SET_UNIARG) 240 …ok = bool_to_lisp (execute_function (astr_cstr (name), uniarg, lastflag & FLAG_SET_UNIARG) == leT);
|
H A D | funcs.c | 191 if (!(lastflag & FLAG_SET_UNIARG) && arglist == NULL) 364 thisflag |= FLAG_SET_UNIARG; 1111 insert = lastflag & FLAG_SET_UNIARG; 1149 insert = lastflag & FLAG_SET_UNIARG;
|
H A D | file.c | 638 arglist && !(lastflag & FLAG_SET_UNIARG),
|