File size: 3,080 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
[
{
"function_name": "usage",
"function_signature": "void usage (int status)",
"include_line": "#include \"../tests/fmt/tests_for_usage.c\""
},
{
"function_name": "set_prefix",
"function_signature": "static void set_prefix (char *p)",
"include_line": "#include \"../tests/fmt/tests_for_set_prefix.c\""
},
{
"function_name": "fmt",
"function_signature": "static bool fmt (FILE *f, char const *file)",
"include_line": "#include \"../tests/fmt/tests_for_fmt.c\""
},
{
"function_name": "set_other_indent",
"function_signature": "static void set_other_indent (bool same_paragraph)",
"include_line": "#include \"../tests/fmt/tests_for_set_other_indent.c\""
},
{
"function_name": "get_paragraph",
"function_signature": "static bool get_paragraph (FILE *f)",
"include_line": "#include \"../tests/fmt/tests_for_get_paragraph.c\""
},
{
"function_name": "copy_rest",
"function_signature": "static int copy_rest (FILE *f, int c)",
"include_line": "#include \"../tests/fmt/tests_for_copy_rest.c\""
},
{
"function_name": "get_line",
"function_signature": "static int get_line (FILE *f, int c)",
"include_line": "#include \"../tests/fmt/tests_for_get_line.c\""
},
{
"function_name": "get_prefix",
"function_signature": "static int get_prefix (FILE *f)",
"include_line": "#include \"../tests/fmt/tests_for_get_prefix.c\""
},
{
"function_name": "get_space",
"function_signature": "static int get_space (FILE *f, int c)",
"include_line": "#include \"../tests/fmt/tests_for_get_space.c\""
},
{
"function_name": "check_punctuation",
"function_signature": "static void check_punctuation (WORD *w)",
"include_line": "#include \"../tests/fmt/tests_for_check_punctuation.c\""
},
{
"function_name": "flush_paragraph",
"function_signature": "static void flush_paragraph (void)",
"include_line": "#include \"../tests/fmt/tests_for_flush_paragraph.c\""
},
{
"function_name": "fmt_paragraph",
"function_signature": "static void fmt_paragraph (void)",
"include_line": "#include \"../tests/fmt/tests_for_fmt_paragraph.c\""
},
{
"function_name": "base_cost",
"function_signature": "static COST base_cost (WORD *this)",
"include_line": "#include \"../tests/fmt/tests_for_base_cost.c\""
},
{
"function_name": "line_cost",
"function_signature": "static COST line_cost (WORD *next, int len)",
"include_line": "#include \"../tests/fmt/tests_for_line_cost.c\""
},
{
"function_name": "put_line",
"function_signature": "static void put_line (WORD *w, int indent)",
"include_line": "#include \"../tests/fmt/tests_for_put_line.c\""
},
{
"function_name": "put_word",
"function_signature": "static void put_word (WORD *w)",
"include_line": "#include \"../tests/fmt/tests_for_put_word.c\""
},
{
"function_name": "put_space",
"function_signature": "static void put_space (int space)",
"include_line": "#include \"../tests/fmt/tests_for_put_space.c\""
}
] |