OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actname
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
apei_interp.c
140
const char *const *
actname
;
member in struct:apei_interp
155
const char *const *
actname
, unsigned nact,
166
I->
actname
=
actname
;
222
if (E->Action >= I->nact || I->
actname
[E->Action] == NULL) {
259
E->Action, I->
actname
[E->Action]);
292
if (E->Action > I->nact || I->
actname
[E->Action] == NULL)
339
if (E->Action >= I->nact || I->
actname
[E->Action] == NULL)
376
I->
actname
[action], A->ip, A->ninst);
397
I->name, I->
actname
[action], j
[
all
...]
/src/external/bsd/less/dist/
lesskey_parse.c
458
static int findaction(char *
actname
, struct lesskey_tables *tables)
463
if (strcmp(tables->currtable->names[i].cn_name,
actname
) == 0)
465
parse_error("unknown action: \"%s\"",
actname
);
478
char *
actname
;
local
507
actname
= p;
515
action = findaction(
actname
, tables);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026