OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISMULT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/less/dist/
regexp.c
149
#define
ISMULT
(c) ((c) == '*' || (c) == '+' || (c) == '?')
426
if (!
ISMULT
(op)) {
462
if (
ISMULT
(*regparse))
566
if (len > 1 &&
ISMULT
(ender))
/src/lib/libcompat/regexp/
regexp.c
154
#define
ISMULT
(c) ((c) == '*' || (c) == '+' || (c) == '?')
428
if (!
ISMULT
(op)) {
464
if (
ISMULT
(*regparse))
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
22226
#define
ISMULT
(c) ((c) == '*' || (c) == '+' || (c) == '?' || (c) == '{')
22459
if (!
ISMULT
(op)) {
22532
if (
ISMULT
(*preg->regparse)) {
22927
if (
ISMULT
(preg->regparse[n])) {
Completed in 43 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026