Home
last modified time | relevance | path

Searched refs:text_string (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp498 const char *text_string; member in text_glob
523 : text_style(*s), text_string(str), text_length(length), in text_glob()
531 : text_string(NULL), text_length(0), minv(-1), minh(-1), maxv(-1), maxh(-1), in text_glob()
664 return is_tag && (strcmp(text_string, "devtag:.eol") == 0); in is_eol()
673 return is_tag && (strcmp(text_string, "devtag:eol.ce") == 0); in is_eol_ce()
682 return is_tag && (strcmp(text_string, "devtag:.tl") == 0); in is_tl()
691 return is_tag && (strcmp(text_string, "devtag:.eo.tl") == 0); in is_eo_tl()
700 return is_tag && (strncmp(text_string, "devtag:.fi", in is_nf()
711 return( is_tag && (strncmp(text_string, "devtag:.fi", in is_fi()
722 return is_tag && (strcmp(text_string, "devtag:.eo.h") == 0); in is_eo_h()
[all …]