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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c112 int flg_mem_alocated_compiled; member in struct:grep_list_data_t
172 if (!(gl->flg_mem_alocated_compiled & COMPILED)) {
173 gl->flg_mem_alocated_compiled |= COMPILED;
322 gl->flg_mem_alocated_compiled = flg_used_mem;
324 gl->flg_mem_alocated_compiled = 0;
519 if ((gl->flg_mem_alocated_compiled & PATTERN_MEM_A))
521 if ((gl->flg_mem_alocated_compiled & COMPILED))

Completed in 39 milliseconds