Home
last modified time | relevance | path

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

/coreutils/src/
Did.c49 static bool just_group = false; variable
161 just_group = true; in main()
191 if (just_user + just_group + just_group_list + just_context > 1) in main()
195 || just_group in main()
271 : !just_group && !just_group_list && !just_context) in main()
280 : !just_group && (just_group_list || !just_context)) in main()
288 if (!just_user && (just_group || just_group_list || !just_context)) in main()
438 else if (just_group) in print_stuff()