Searched refs:HText_getLastChar (Results 1 – 3 of 3) sorted by relevance
95 extern char HText_getLastChar(HText *text);
457 if (HText_getLastChar(me->text) != ' ') { in HTML_put_character()467 if (HText_getLastChar(me->text) != ' ') { in HTML_put_character()609 if (HText_getLastChar(me->text) != ' ') in HTML_put_string()616 if (HText_getLastChar(me->text) != ' ') in HTML_put_string()631 HText_getLastChar(me->text) == ' ') { in HTML_put_string()
4577 char HText_getLastChar(HText *text) in HText_getLastChar() function