OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expand_arg
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libwrap/
options.c
125
#define
EXPAND_ARG
(1<<4) /* do %x expansion on argument */
131
#define
expand_arg
(o) ((o)->flags &
EXPAND_ARG
)
macro
141
{ "spawn", spawn_option, NEED_ARG |
EXPAND_ARG
},
142
{ "twist", twist_option, NEED_ARG |
EXPAND_ARG
| USE_LAST },
144
{ "setenv", setenv_option, NEED_ARG |
EXPAND_ARG
},
208
if (value &&
expand_arg
(op))
/src/external/gpl3/gcc/dist/libcpp/
macro.cc
96
static void
expand_arg
(cpp_reader *, macro_arg *);
170
expand_arg
(m_pfile, m_arg);
1210
future benefit of
expand_arg
(). If there are any deferred
2009
expand_arg
(pfile, arg);
2741
expand_arg
(cpp_reader *pfile, macro_arg *arg)
function
2859
called from
expand_arg
. In those cases, a dummy context with
/src/external/gpl3/gcc.old/dist/libcpp/
macro.cc
96
static void
expand_arg
(cpp_reader *, macro_arg *);
170
expand_arg
(m_pfile, m_arg);
1201
future benefit of
expand_arg
(). If there are any deferred
2000
expand_arg
(pfile, arg);
2732
expand_arg
(cpp_reader *pfile, macro_arg *arg)
function
2850
called from
expand_arg
. In those cases, a dummy context with
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026