Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h59 #define R_CONS_GREP_WORDS 10 macro
83 char strings[R_CONS_GREP_WORDS][R_CONS_GREP_WORD_SIZE];
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dgrep.c319 if (grep->nstrings > R_CONS_GREP_WORDS - 1) { in parse_grep_expression()