Searched refs:has_flags (Results 1 – 3 of 3) sorted by relevance
71 int has_flags = 0; in macvlan_parse_opt() local101 has_flags = 1; in macvlan_parse_opt()152 has_flags = 1; in macvlan_parse_opt()167 if (has_flags) { in macvlan_parse_opt()
600 let flags = parser.has_flags(); in write_all_args()766 let flags = parser.has_flags(); in write_default_help()
478 pub fn has_flags(&self) -> bool { in has_flags() function