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

/macosx-10.9.5/groff-38/groff/src/preproc/html/
H A Dpre-html.cpp411 int can_see(char_block **t, int *i, const char *string);
651 if (can_see(t, &j, HTML_IMAGE_INLINE_BEGIN))
653 else if (can_see(t, &j, HTML_IMAGE_INLINE_END))
676 * can_see - Return TRUE if we can see string in t->buffer[i] onwards.
679 int char_buffer::can_see(char_block **t, int *i, const char *str) function in class:char_buffer

Completed in 112 milliseconds