Lines Matching defs:new_line
418 static int print_session_status_info(sd_bus *bus, const char *path, bool *new_line) {
452 if (*new_line)
455 *new_line = true;
557 static int print_user_status_info(sd_bus *bus, const char *path, bool *new_line) {
580 if (*new_line)
583 *new_line = true;
636 static int print_seat_status_info(sd_bus *bus, const char *path, bool *new_line) {
652 if (*new_line)
655 *new_line = true;
784 static int show_properties(sd_bus *bus, const char *path, bool *new_line) {
791 assert(new_line);
809 if (*new_line)
812 *new_line = true;
852 bool properties, new_line = false;
867 return show_properties(bus, "/org/freedesktop/login1", &new_line);
870 return print_session_status_info(bus, "/org/freedesktop/login1/session/self", &new_line);
896 r = show_properties(bus, path, &new_line);
898 r = print_session_status_info(bus, path, &new_line);
908 bool properties, new_line = false;
923 return show_properties(bus, "/org/freedesktop/login1", &new_line);
925 return print_user_status_info(bus, "/org/freedesktop/login1/user/self", &new_line);
956 r = show_properties(bus, path, &new_line);
958 r = print_user_status_info(bus, path, &new_line);
968 bool properties, new_line = false;
983 return show_properties(bus, "/org/freedesktop/login1", &new_line);
985 return print_seat_status_info(bus, "/org/freedesktop/login1/seat/self", &new_line);
1011 r = show_properties(bus, path, &new_line);
1013 r = print_seat_status_info(bus, path, &new_line);