Lines Matching refs:indent
285 static int indent; variable
485 indent + 1, ' ', prompt); in build_conf()
488 indent + 1, ' ', prompt, in build_conf()
498 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
506 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
531 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
537 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
572 tmp = indent - tmp + 4; in build_conf()
582 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf()
592 indent += doint; in build_conf()
595 indent -= doint; in build_conf()