Exemplo n.º 1
0
R_API void r_cons_filter() {
	/* grep*/
	if (I.grep.nstrings>0||I.grep.tokenfrom!=0||I.grep.tokento!=ST32_MAX||I.grep.line!=-1 || I.grep.less || I.grep.json)
		r_cons_grepbuf (I.buffer, I.buffer_len);
	/* html */
	/* TODO */
}
Exemplo n.º 2
0
R_API void r_cons_filter() {
	/* grep */
	if (I.grep.nstrings > 0 || I.grep.tokens_used || I.grep.less || I.grep.json) {
		r_cons_grepbuf (I.buffer, I.buffer_len);
	}
	/* html */
	/* TODO */
}