Searched refs:is_eol (Results 1 – 3 of 3) sorted by relevance
199 int is_eol; in s_ifb() local202 is_eol = is_end_of_line[(unsigned char) *input_line_pointer]; in s_ifb()203 cframe.ignoring = (test_blank == !is_eol); in s_ifb()
894 int is_eol = 0; in strip_eol() local899 is_eol = 1; in strip_eol()904 return is_eol; in strip_eol()
469 int is_eol (void);660 int text_glob::is_eol (void) in is_eol() function in text_glob2604 (! g->is_fi()) && (! g->is_eol())); in is_courier_until_eol()3097 } else if (g->is_eol()) { in troff_tag()3269 } else if (g->is_br() || (nf && g->is_eol())) { in calc_po_in()3284 if ((g != NULL) && (g->is_br() || (nf && g->is_eol()))) in next_horiz_pos()3370 (! g->is_eol())); in remove_tabs()3403 line_start = g->is_br() || (nf && g->is_eol()); in remove_courier_tabs()3432 if (g->is_br() || (nf && g->is_eol())) { in insert_tab0_foreach_tab()3443 } while (g->is_br() || (nf && g->is_eol()) || g->is_ta()); in insert_tab0_foreach_tab()[all …]