OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_alt
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/re/
rep.h
91
typedef struct _rec_alt
rec_alt
;
typedef in typeref:struct:_rec_alt
318
/* A
rec_alt
is used only during compilation, and can be viewed as:
326
rec_alt
*next, *prev; /* Linked list information */
335
rec_alt
*alt; /* The pattern information */
336
rec_alt
*palt; /* Parent alternative */
362
rec_alt
*irec_comp(const char*, const char*, int, int*);
363
void irec_free_alt(
rec_alt
*);
366
int orec_comp(
rec_alt
*, int);
reo.c
44
rec_alt
*alt; /* Main alternatives list */
53
static int orec_alt(orec_inf*,
rec_alt
*);
61
static int orec_str_list(orec_inf*,
rec_alt
*, int, int);
76
orec_comp(
rec_alt
*alt, int flags)
107
orec_alt(orec_inf *inf,
rec_alt
*alt)
110
rec_alt
*ptr = alt;
576
orec_str_list(orec_inf *inf,
rec_alt
*alt, int str, int count)
580
rec_alt
*ptr, *next;
rec.c
43
rec_alt
*alt; /* Toplevel first/single alternative */
45
rec_alt
*palt; /* Current alternative being compiled */
88
rec_alt
*
92
rec_alt
*alt;
105
alt = calloc(1, sizeof(
rec_alt
));
214
rec_alt
*alt = calloc(1, sizeof(
rec_alt
));
258
irec_free_alt(
rec_alt
*alt)
260
rec_alt
*next;
422
rec_alt
*alt
[
all
...]
re.c
42
rec_alt
*alt;
107
static int rec_build_alt(re_inf*,
rec_alt
*);
1840
rec_build_alt(re_inf *inf,
rec_alt
*alt)
Completed in 12 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026