OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_match
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/ldpd/
ldp_command.c
315
int
last_match
= -1;
local in function:command_match
332
if (
last_match
!= -1) {
336
last_match
= i;
340
if (
last_match
== -1) {
345
if (cf[
last_match
].func(s, next) != 0)
conffile.c
183
int i,
last_match
= -1, matched = 0;
local in function:conf_dispatch
193
last_match
= i;
202
return main_commands[
last_match
].func(nline);
/src/usr.bin/m4/
gnum4.c
326
const char *
last_match
= NULL;
local in function:do_subst
341
string + pm[0].rm_so ==
last_match
) {
351
last_match
= string + pm[0].rm_so;
/src/bin/ksh/
jobs.c
1546
Job *j, *
last_match
;
local in function:j_lookup
1593
last_match
= (Job *) 0;
1597
if (
last_match
) {
1602
last_match
= j;
1604
if (
last_match
)
1605
return
last_match
;
1610
last_match
= (Job *) 0;
1613
if (
last_match
) {
1618
last_match
= j;
1620
if (
last_match
)
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025