Lines Matching defs:next_format

936     char *format, *next_format, *start, **formats;
948 format = start = next_format = *format_ptr;
964 next_format = parse_arguments(format + 1, &args, NULL, NULL, NULL);
1017 start = next_format;
1019 format = next_format;
1036 *format_ptr = next_format;
1056 char *format, *next_format, **formats;
1070 next_format = *(info->format);
1071 list_formats(info, '(', &next_format, &formats, &num_formats,
1134 *(info->format) = next_format;
1141 char *format, *next_format, **formats;
1151 next_format = *(info->format);
1155 &next_format, &formats, &num_formats, &has_default, NULL, NULL);
1226 *(info->format) = next_format;
1234 char *format, *next_format, *loop_format, **formats;
1245 next_format = *(info->format);
1252 list_formats(info, '{', &next_format, &formats, &num_formats,
1494 *(info->format) = next_format;
1502 char **formats, *format, *next_format;
1514 next_format = *(info->format);
1517 list_formats(info, '<', &next_format, &formats, &num_formats,
1720 *(info->format) = next_format;
1729 char stk[256], *format, *next_format;
1755 next_format = parse_arguments(format + 1, args, &num_arguments,
1821 if (*next_format == '^') {
1822 ++next_format;
1882 *(info->format) = next_format;
1965 while (*next_format && isspace(*next_format))
1966 ++next_format;
1981 /* next_format if far from what is set now */
1982 next_format = *(info->format);
1986 /* next_format if far from what is set now */
1987 next_format = *(info->format);
1991 /* next_format if far from what is set now */
1992 next_format = *(info->format);
1996 /* next_format if far from what is set now */
1997 next_format = *(info->format);
2026 format = next_format;