OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchored
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
history.c
416
int
anchored
= *str == '?' ? (++str, 0) : 1;
local
419
n = findhist(histptr - histlist - 1, 0, str,
anchored
);
508
findhist(start, fwd, str,
anchored
)
512
int
anchored
;
524
if ((
anchored
&& strncmp(*hp, str, len) == 0)
525
|| (!
anchored
&& strstr(*hp, str)))
vi.c
1711
int
anchored
;
local
1719
anchored
= *pat == '^' ? (++pat, 1) : 0;
1720
if ((hist = findhist(start, fwd, pat,
anchored
)) < 0) {
/src/usr.bin/make/unit-tests/
varmod-match.mk
30
# The pattern is
anchored
both at the beginning and at the end of the word.
49
# A pattern that does not start with '*' is
anchored
at the beginning.
54
# A pattern that does not end with '*' is
anchored
at the end.
varmod-subst.mk
13
# The empty pattern never matches anything, except if it is
anchored
at the
147
# the search string is empty and
anchored
at either the beginning or the end
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026