|
coan 4.2.4
|
|
Modules | |
| Macro-generated code | |
Files | |
| file | includes_tally.c |
Functions | |
| static hash_include_h | hash_include_lookup (char const *arg, size_t arglen) |
| static void | hash_include_add (hash_include_h inc_arg) |
| static void hash_include_add | ( | hash_include_h | inc_arg | ) | [static] |
Add a hash-include argument to the includes table.
| inc_arg | The argument to be added. |
Definition at line 100 of file includes_tally.c.
References GET_PUBLIC, and ptr_set_insert().
Referenced by hash_include_tally().

| static hash_include_h hash_include_lookup | ( | char const * | arg, |
| size_t | arglen | ||
| ) | [static] |
Lookup the includes table for a hash-include argument.
| arg | The start of the hash-include argument. |
| arglen | The length of the hash-include argument. |
Definition at line 88 of file includes_tally.c.
References GET_PUBLIC, and ptr_set_search().
Referenced by hash_include_tally().
