Searched refs:is_eol (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dcond.c199 int is_eol; local
202 is_eol = is_end_of_line[(unsigned char) *input_line_pointer];
203 cframe.ignoring = (test_blank == !is_eol);
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp469 int is_eol (void);
657 * is_eol - returns TRUE if glob contains the tag eol
660 int text_glob::is_eol (void) function in class:text_glob
2604 (! g->is_fi()) && (! g->is_eol()));
3097 } else if (g->is_eol()) {
3269 } else if (g->is_br() || (nf && g->is_eol())) {
3284 if ((g != NULL) && (g->is_br() || (nf && g->is_eol())))
3370 (! g->is_eol()));
3402 // line_start = g->is_br() || g->is_nf() || g->is_fi() || (nf && g->is_eol());
3403 line_start = g->is_br() || (nf && g->is_eol());
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c966 int is_eol = 0; local
971 is_eol = 1;
976 return is_eol;

Completed in 76 milliseconds