Searched refs:t_line (Results 1 – 4 of 4) sorted by relevance
125 illegal_tag(int t_lineno, char *t_line, char *t_cptr) in illegal_tag() argument129 print_pos(t_line, t_cptr); in illegal_tag()
1529 char *t_line = dup_line(); in get_tag() local1530 char *t_cptr = t_line + (cptr - line); in get_tag()1537 illegal_tag(t_lineno, t_line, t_cptr); in get_tag()1552 illegal_tag(t_lineno, t_line, t_cptr); in get_tag()1555 FREE(t_line); in get_tag()
482 extern void illegal_tag(int t_lineno, char *t_line, char *t_cptr) GCC_NORETURN;
1992 struct text *t_line; local2003 t_line = curr_line;2004 while ((t_line->line_number > number) && (t_line->prev_line != NULL))2007 t_line = t_line->prev_line;2010 while ((t_line->line_number < number) && (t_line->next_line != NULL))2014 t_line = t_line->next_line;2030 curr_line = t_line;