OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mac_exp_ext_table
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
mac_expand.c
305
static HTABLE *
mac_exp_ext_table
;
variable
501
if (
mac_exp_ext_table
&& ISALNUM(*cp)) {
508
if ((relop_eval = (MAC_EXPAND_RELOP_FN) htable_find(
mac_exp_ext_table
,
586
if (
mac_exp_ext_table
== 0) {
587
mac_exp_ext_table
= htable_create(10);
594
if (htable_locate(
mac_exp_ext_table
, STR(mac_exp_ext_key)) != 0)
596
(void) htable_enter(
mac_exp_ext_table
,
Completed in 16 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026