OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multis
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/sed/
defs.h
85
} *
multis
;
member in struct:s_tr
process.c
526
if (left >= y->
multis
[i].fromlen &&
527
memcmp(p, y->
multis
[i].from,
528
y->
multis
[i].fromlen) == 0)
531
cspace(&YS, y->
multis
[i].to,
532
y->
multis
[i].tolen, APPEND);
533
clen = y->
multis
[i].fromlen;
compile.c
803
y->
multis
= NULL;
862
y->
multis
= xrealloc(y->
multis
,
863
(y->nmultis + 1) * sizeof(*y->
multis
));
865
y->
multis
[i].fromlen = oclen;
866
memcpy(y->
multis
[i].from, op, oclen);
867
y->
multis
[i].tolen = nclen;
868
memcpy(y->
multis
[i].to, np, nclen);
Completed in 33 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025