OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mnemonic_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_viqr.c
124
struct
mnemonic_t
;
125
typedef TAILQ_HEAD(mnemonic_list_t,
mnemonic_t
) mnemonic_list_t;
126
typedef struct
mnemonic_t
{
struct
127
TAILQ_ENTRY(
mnemonic_t
) entry;
129
struct
mnemonic_t
*parent;
132
}
mnemonic_t
;
typedef in typeref:struct:mnemonic_t
134
static
mnemonic_t
*
137
mnemonic_t
*m;
149
static
mnemonic_t
*
150
mnemonic_create(
mnemonic_t
*parent, int ascii, wchar_t value
[
all
...]
Completed in 19 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025