read_state_file   405 builtin/am.c   	if (read_state_file(&sb, state, "final-commit", 0) < 0) {
read_state_file   435 builtin/am.c   	if (read_state_file(&sb, state, "next", 1) < 0)
read_state_file   439 builtin/am.c   	if (read_state_file(&sb, state, "last", 1) < 0)
read_state_file   448 builtin/am.c   	if (read_state_file(&sb, state, "original-commit", 1) < 0)
read_state_file   453 builtin/am.c   	read_state_file(&sb, state, "threeway", 1);
read_state_file   456 builtin/am.c   	read_state_file(&sb, state, "quiet", 1);
read_state_file   459 builtin/am.c   	read_state_file(&sb, state, "sign", 1);
read_state_file   462 builtin/am.c   	read_state_file(&sb, state, "utf8", 1);
read_state_file   465 builtin/am.c   	read_state_file(&sb, state, "keep", 1);
read_state_file   473 builtin/am.c   	read_state_file(&sb, state, "messageid", 1);
read_state_file   476 builtin/am.c   	read_state_file(&sb, state, "scissors", 1);
read_state_file   484 builtin/am.c   	read_state_file(&sb, state, "apply-opt", 1);
read_state_file  2143 builtin/am.c   	if (read_state_file(&sb, state, "abort-safety", 1) > 0) {