OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mine
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/re/
rec.c
727
long
mine
, maxc;
local
741
mine
= maxc = -1;
748
mine
= strtol((char*)inf->ptr, (char**)&end, 10);
774
if (
mine
== maxc) {
780
if (
mine
>= 255 || maxc >= 255 ||
781
(
mine
>= 0 && maxc >= 0 &&
mine
> maxc))
785
if (exact &&
mine
== 1)
794
if (
mine
== 0 && maxc == 1)
798
rep->
mine
= mine
[
all
...]
rep.h
313
short
mine
; /* minimum or exact number of matches */
member in struct:_rec_rep
Completed in 44 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026