Lines Matching refs:first
227 const char *show_field, bool *first)
231 /* do not emit comma on first field. we need to keep track
232 of when the first field actually gets printed as it
234 if (!*first)
236 *first = FALSE;
256 bool first = TRUE;
259 cmd_user_mail_input_field("user", user->username, show_field, &first);
260 cmd_user_mail_input_field("uid", user->set->mail_uid, show_field, &first);
261 cmd_user_mail_input_field("gid", user->set->mail_gid, show_field, &first);
262 cmd_user_mail_input_field("home", user->set->mail_home, show_field, &first);
265 cmd_user_mail_input_field("mail", mail_set->mail_location, show_field, &first);
281 cmd_user_mail_input_field(key, value, show_field, &first);
369 bool have_wildcards, userdb_only = FALSE, first = TRUE;
444 if (first)
445 first = FALSE;