Home
last modified time | relevance | path

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

/dports/editors/zile/zile-2.4.14/src/
H A Dsearch.c325 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 Dbind.c135 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 Dmain.h162 if (!(lastflag & FLAG_SET_UNIARG) && !is_uniarg && \
238 #define FLAG_SET_UNIARG 0004 /* The last command modified the macro
H A Deval.c227 if (lastflag & FLAG_SET_UNIARG)
240 …ok = bool_to_lisp (execute_function (astr_cstr (name), uniarg, lastflag & FLAG_SET_UNIARG) == leT);
H A Dfuncs.c191 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 Dfile.c638 arglist && !(lastflag & FLAG_SET_UNIARG),