Searched refs:recurse_entry (Results 1 – 1 of 1) sorted by relevance
314 typedef struct recurse_entry { struct315 struct recurse_entry *next; argument322 } recurse_entry; argument434 recurse_entry *entries;435 recurse_entry *currententry;7068 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()7069 recurse_entry *prev = NULL; in compile_recurse_matchingpath()7095 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()