Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsession.c37 if (*flagp & SSOP_SLASH) in ses_put_fname()
75 && flagp == &ssop_flags in ses_fname()
100 unsigned *flagp) in ses_arglist() argument
320 do_cursor = (flagp == &ssop_flags || *flagp & SSOP_CURSOR); in put_view()
331 flagp == &vop_flags in put_view()
405 if ((flagp == &ssop_flags) in put_view()
430 flagp == &vop_flags || !(*flagp & SSOP_OPTIONS)); in put_view()
512 && (flagp != &vop_flags || (*flagp & SSOP_CURDIR))) in put_view()
1143 unsigned *flagp; in ex_mkrc() local
1215 flagp = &vop_flags; in ex_mkrc()
[all …]
H A Dregexp_bt.c1261 regatom(int *flagp) in regatom() argument
1311 *flagp |= HASNL; in regatom()
1423 *flagp |= SIMPLE; in regatom()
1835 *flagp |= HASNL; in regatom()
2071 *flagp |= SIMPLE; in regatom()
2089 regpiece(int *flagp) in regpiece() argument
2105 *flagp = flags; in regpiece()
2231 regconcat(int *flagp) in regconcat() argument
2308 regbranch(int *flagp) in regbranch() argument
2357 int *flagp) in reg() argument
[all …]
H A Doptionstr.c97 static int opt_strings_flags(char_u *val, char **values, unsigned *flagp, int list);
2547 unsigned *flagp, in opt_strings_flags() argument
2571 if (flagp != NULL) in opt_strings_flags()
2572 *flagp = new_flags; in opt_strings_flags()
H A Doption.c2511 long_u *flagp; in was_set_insecurely() local
2515 flagp = insecure_flag(idx, opt_flags); in was_set_insecurely()
2516 return (*flagp & P_INSECURE) != 0; in was_set_insecurely()
H A Dgui_gtk_x11.c743 timeout_add(int time, timeout_cb_type (*callback)(gpointer), int *flagp) in timeout_add() argument
745 return g_timeout_add((guint)time, (GSourceFunc)callback, flagp); in timeout_add()