HomeSort by: relevance | last modified time | path
    Searched refs:can_see (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 413 int can_see(char_block **t, int *i, const char *string);
653 if (can_see(t, &j, HTML_IMAGE_INLINE_BEGIN))
655 else if (can_see(t, &j, HTML_IMAGE_INLINE_END))
678 * can_see - Return TRUE if we can see string in t->buffer[i] onwards.
681 int char_buffer::can_see(char_block **t, int *i, const char *str) function in class:char_buffer

Completed in 16 milliseconds