OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rxpbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/quiz/
rxp.c
82
static Rxp_t
rxpbuf
[RXP_LINE_SZ]; /* compiled regular expression buffer */
variable in typeref:typename:Rxp_t[]
106
rp =
rxpbuf
;
116
if (rp -
rxpbuf
>= RXP_LINE_SZ - 4) {
141
*grp_ptr = rp -
rxpbuf
;
147
*alt_ptr = rp -
rxpbuf
;
156
*alt_ptr = rp -
rxpbuf
;
180
*alt_ptr = rp -
rxpbuf
;
182
*(
rxpbuf
+ 2) = rp -
rxpbuf
;
210
rp =
rxpbuf
;
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025