| [ | |
| { | |
| "function_name": "cols_ready_to_print", | |
| "function_signature": "int cols_ready_to_print (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_cols_ready_to_print.c\"" | |
| }, | |
| { | |
| "function_name": "first_last_page", | |
| "function_signature": "static bool first_last_page (int oi, char c, char const *pages)", | |
| "include_line": "#include \"../tests/pr/tests_for_first_last_page.c\"" | |
| }, | |
| { | |
| "function_name": "getoptarg", | |
| "function_signature": "static void getoptarg (char *arg, char switch_char, char *character, int *number)", | |
| "include_line": "#include \"../tests/pr/tests_for_getoptarg.c\"" | |
| }, | |
| { | |
| "function_name": "init_parameters", | |
| "function_signature": "static void init_parameters (int number_of_files)", | |
| "include_line": "#include \"../tests/pr/tests_for_init_parameters.c\"" | |
| }, | |
| { | |
| "function_name": "init_fps", | |
| "function_signature": "static bool init_fps (int number_of_files, char **av)", | |
| "include_line": "#include \"../tests/pr/tests_for_init_fps.c\"" | |
| }, | |
| { | |
| "function_name": "init_funcs", | |
| "function_signature": "static void init_funcs (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_init_funcs.c\"" | |
| }, | |
| { | |
| "function_name": "open_file", | |
| "function_signature": "static bool open_file (char *name, COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_open_file.c\"" | |
| }, | |
| { | |
| "function_name": "close_file", | |
| "function_signature": "static void close_file (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_close_file.c\"" | |
| }, | |
| { | |
| "function_name": "hold_file", | |
| "function_signature": "static void hold_file (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_hold_file.c\"" | |
| }, | |
| { | |
| "function_name": "reset_status", | |
| "function_signature": "static void reset_status (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_reset_status.c\"" | |
| }, | |
| { | |
| "function_name": "print_files", | |
| "function_signature": "static void print_files (int number_of_files, char **av)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_files.c\"" | |
| }, | |
| { | |
| "function_name": "init_header", | |
| "function_signature": "static void init_header (char const *filename, int desc)", | |
| "include_line": "#include \"../tests/pr/tests_for_init_header.c\"" | |
| }, | |
| { | |
| "function_name": "init_page", | |
| "function_signature": "static void init_page (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_init_page.c\"" | |
| }, | |
| { | |
| "function_name": "align_column", | |
| "function_signature": "static void align_column (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_align_column.c\"" | |
| }, | |
| { | |
| "function_name": "print_page", | |
| "function_signature": "static bool print_page (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_page.c\"" | |
| }, | |
| { | |
| "function_name": "init_store_cols", | |
| "function_signature": "static void init_store_cols (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_init_store_cols.c\"" | |
| }, | |
| { | |
| "function_name": "store_columns", | |
| "function_signature": "static void store_columns (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_store_columns.c\"" | |
| }, | |
| { | |
| "function_name": "balance", | |
| "function_signature": "static void balance (int total_stored)", | |
| "include_line": "#include \"../tests/pr/tests_for_balance.c\"" | |
| }, | |
| { | |
| "function_name": "store_char", | |
| "function_signature": "static void store_char (char c)", | |
| "include_line": "#include \"../tests/pr/tests_for_store_char.c\"" | |
| }, | |
| { | |
| "function_name": "add_line_number", | |
| "function_signature": "static void add_line_number (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_add_line_number.c\"" | |
| }, | |
| { | |
| "function_name": "pad_across_to", | |
| "function_signature": "static void pad_across_to (int position)", | |
| "include_line": "#include \"../tests/pr/tests_for_pad_across_to.c\"" | |
| }, | |
| { | |
| "function_name": "read_rest_of_line", | |
| "function_signature": "static void read_rest_of_line (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_read_rest_of_line.c\"" | |
| }, | |
| { | |
| "function_name": "skip_read", | |
| "function_signature": "static void skip_read (COLUMN *p, int column_number)", | |
| "include_line": "#include \"../tests/pr/tests_for_skip_read.c\"" | |
| }, | |
| { | |
| "function_name": "print_white_space", | |
| "function_signature": "static void print_white_space (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_white_space.c\"" | |
| }, | |
| { | |
| "function_name": "print_sep_string", | |
| "function_signature": "static void print_sep_string (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_sep_string.c\"" | |
| }, | |
| { | |
| "function_name": "print_char", | |
| "function_signature": "static void print_char (char c)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_char.c\"" | |
| }, | |
| { | |
| "function_name": "skip_to_page", | |
| "function_signature": "static bool skip_to_page (uintmax_t page)", | |
| "include_line": "#include \"../tests/pr/tests_for_skip_to_page.c\"" | |
| }, | |
| { | |
| "function_name": "print_header", | |
| "function_signature": "static void print_header (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_header.c\"" | |
| }, | |
| { | |
| "function_name": "read_line", | |
| "function_signature": "static bool read_line (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_read_line.c\"" | |
| }, | |
| { | |
| "function_name": "print_stored", | |
| "function_signature": "static bool print_stored (COLUMN *p)", | |
| "include_line": "#include \"../tests/pr/tests_for_print_stored.c\"" | |
| }, | |
| { | |
| "function_name": "char_to_clump", | |
| "function_signature": "static int char_to_clump (char c)", | |
| "include_line": "#include \"../tests/pr/tests_for_char_to_clump.c\"" | |
| }, | |
| { | |
| "function_name": "cleanup", | |
| "function_signature": "static void cleanup (void)", | |
| "include_line": "#include \"../tests/pr/tests_for_cleanup.c\"" | |
| }, | |
| { | |
| "function_name": "usage", | |
| "function_signature": "void usage (int status)", | |
| "include_line": "#include \"../tests/pr/tests_for_usage.c\"" | |
| } | |
| ] |