Searched refs:P_INSECURE (Results 1 – 3 of 3) sorted by relevance
629 *flagsp = *flagsp & ~P_INSECURE; in set_option_default()2108 || (!value_is_replaced && (*p & P_INSECURE))) in do_set()2252 *p = *p | P_INSECURE; in did_set_option()2254 *p = *p & ~P_INSECURE; in did_set_option()2516 return (*flagp & P_INSECURE) != 0; in was_set_insecurely()
53 #define P_INSECURE 0x800000L // option was set from a modeline macro
29146 Solution: Don't add the P_INSECURE flag when setting 'filetype' from a