Searched refs:flagp (Results 1 – 5 of 5) sorted by relevance
37 if (*flagp & SSOP_SLASH) in ses_put_fname()75 && flagp == &ssop_flags in ses_fname()100 unsigned *flagp) in ses_arglist() argument320 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() local1215 flagp = &vop_flags; in ex_mkrc()[all …]
1261 regatom(int *flagp) in regatom() argument1311 *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() argument2105 *flagp = flags; in regpiece()2231 regconcat(int *flagp) in regconcat() argument2308 regbranch(int *flagp) in regbranch() argument2357 int *flagp) in reg() argument[all …]
97 static int opt_strings_flags(char_u *val, char **values, unsigned *flagp, int list);2547 unsigned *flagp, in opt_strings_flags() argument2571 if (flagp != NULL) in opt_strings_flags()2572 *flagp = new_flags; in opt_strings_flags()
2511 long_u *flagp; in was_set_insecurely() local2515 flagp = insecure_flag(idx, opt_flags); in was_set_insecurely()2516 return (*flagp & P_INSECURE) != 0; in was_set_insecurely()
743 timeout_add(int time, timeout_cb_type (*callback)(gpointer), int *flagp) in timeout_add() argument745 return g_timeout_add((guint)time, (GSourceFunc)callback, flagp); in timeout_add()