OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIMPLE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/bc/dist/
const.h
90
#define
SIMPLE
0
bc.y
392
{ $$ = nextarg (NULL, lookup ($1,
SIMPLE
), FALSE);}
404
{ $$ = nextarg ($1, lookup ($3,
SIMPLE
), FALSE); }
767
{ $$ = lookup($1,
SIMPLE
); }
util.c
608
case
SIMPLE
:
/src/external/bsd/less/dist/
regexp.c
47
*
simple
cases. They are:
92
#define STAR 10 /* node Match this (
simple
) thing 0 or more times. */
93
#define PLUS 11 /* node Match this (
simple
) thing 1 or more times. */
113
* BRANCH structures using BACK.
Simple
cases (one character
156
#define
SIMPLE
02 /*
Simple
enough to be STAR/PLUS operand. */
435
if (op == '*' && (flags&
SIMPLE
))
444
} else if (op == '+' && (flags&
SIMPLE
))
494
*flagp |= HASWIDTH|
SIMPLE
;
528
*flagp |= HASWIDTH|
SIMPLE
;
[
all
...]
/src/lib/libcompat/regexp/
regexp.c
51
*
simple
cases. They are:
95
#define STAR 10 /* node Match this (
simple
) thing 0 or more times. */
96
#define PLUS 11 /* node Match this (
simple
) thing 1 or more times. */
118
* BRANCH structures using BACK.
Simple
cases (one character
160
#define
SIMPLE
02 /*
Simple
enough to be STAR/PLUS operand. */
437
if (op == '*' && (flags&
SIMPLE
))
446
} else if (op == '+' && (flags&
SIMPLE
))
497
*flagp |= HASWIDTH|
SIMPLE
;
531
*flagp |= HASWIDTH|
SIMPLE
;
[
all
...]
/src/sys/arch/m68k/060sp/dist/
test.doc
38
68060 SOFTWARE PACKAGE (Kernel version)
SIMPLE
TESTS
41
The files itest.sa and ftest.sa contain
simple
tests to check
180
Again, itest.sa and ftest.sa are
simple
tests and do not thoroughly
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
22230
#define
SIMPLE
2
22514
next = reginsert(preg, flags &
SIMPLE
? REPMIN : REPXMIN, 5, ret);
22517
next = reginsert(preg, flags &
SIMPLE
? REP: REPX, 5, ret);
22525
if (!(flags &
SIMPLE
)) {
22667
*flagp |= HASWIDTH|
SIMPLE
;
22827
*flagp |= HASWIDTH|
SIMPLE
;
22872
*flagp |= HASWIDTH|
SIMPLE
;
22884
*flagp |= HASWIDTH|
SIMPLE
;
22891
*flagp |= HASWIDTH|
SIMPLE
;
22949
*flagp |=
SIMPLE
;
[
all
...]
Completed in 28 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026