OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optfiletab
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/config/
main.c
137
struct dlhash *
optfiletab
; /* "defopt"'d option .h files */
variable in typeref:struct:dlhash
388
optfiletab
= dlhash_create();
1056
if ((olddl = dlhash_lookup(
optfiletab
, name)) == NULL) {
1057
(void)dlhash_insert(
optfiletab
, name, dl);
main.c
137
struct dlhash *
optfiletab
; /* "defopt"'d option .h files */
variable in typeref:struct:dlhash
388
optfiletab
= dlhash_create();
1056
if ((olddl = dlhash_lookup(
optfiletab
, name)) == NULL) {
1057
(void)dlhash_insert(
optfiletab
, name, dl);
main.c
137
struct dlhash *
optfiletab
; /* "defopt"'d option .h files */
variable in typeref:struct:dlhash
388
optfiletab
= dlhash_create();
1056
if ((olddl = dlhash_lookup(
optfiletab
, name)) == NULL) {
1057
(void)dlhash_insert(
optfiletab
, name, dl);
Completed in 115 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026