Home
last modified time | relevance | path

Searched refs:apply_not (Results 1 – 2 of 2) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dui-equip-cmp.c251 static int prompt_for_easy_filter(struct equippable_summary *s, bool apply_not);
971 static int prompt_for_easy_filter(struct equippable_summary *s, bool apply_not) in prompt_for_easy_filter() argument
1123 (apply_not) ? in prompt_for_easy_filter()
1134 (apply_not) ? in prompt_for_easy_filter()
1145 (apply_not) ? in prompt_for_easy_filter()
1154 (apply_not) ? in prompt_for_easy_filter()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_ui.cc206 apply_not(rpc::target_type target, const torrent::Object& rawArgs) { in apply_not() function
214 return apply_not(target, rawArgs.as_list().front()); in apply_not()
836 CMD2_ANY("not", &apply_not); in initialize_command_ui()