Searched refs:circle (Results 1 – 1 of 1) sorted by relevance
77 unsigned char *circle = xmalloc(++count); in print_except_N_last_bytes() local84 circle[head++] = c; in print_except_N_last_bytes()92 putchar(circle[head]); in print_except_N_last_bytes()96 circle[head] = c; in print_except_N_last_bytes()100 free(circle); in print_except_N_last_bytes()106 char **circle = xzalloc((++count) * sizeof(circle[0])); in print_except_N_last_lines() local113 circle[head++] = c; in print_except_N_last_lines()121 fputs_stdout(circle[head]); in print_except_N_last_lines()125 free(circle[head]); in print_except_N_last_lines()126 circle[head++] = c; in print_except_N_last_lines()[all …]