HomeSort by relevance Sort by last modified time
    Searched refs:dnl (Results 1 - 10 of 10) sorted by null

  /external/sepolicy/
mls_macros 7 define(`decl_cats',`dnl
9 ifelse(`$1',`$2',,`decl_cats(incr($1),$2)')dnl
21 define(`decl_sens',`dnl
23 ifelse(`$1',`$2',,`decl_sens(incr($1),$2)')dnl
42 define(`decl_levels',`dnl
44 ifelse(`$1',`$2',,`decl_levels(incr($1),$2,$3)')dnl
  /external/bluetooth/glib/
acglib.m4 22 [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
26 dnl GLIB_IF_VAR_EQ (ENV_VAR, VALUE [, EQUALS_ACTION] [, ELSE_ACTION])
37 dnl GLIB_STR_CONTAINS (SRC_STRING, SUB_STRING [, CONTAINS_ACTION] [, ELSE_ACTION])
48 dnl GLIB_ADD_TO_VAR (ENV_VARIABLE, CHECK_STRING, ADD_STRING)
58 [AC_FATAL([$0: requires literal arguments])])dnl
68 ])dnl
73 dnl GLIB_BYTE_CONTENTS (INCLUDES, TYPE, ALIAS, N_BYTES, INITIALIZER)
75 [pushdef([glib_ByteContents], GLIB_TR_SH([glib_cv_byte_contents_$3]))dnl
91 [glib_ByteContents=`cat conftestval` dnl''
97 popdef([glib_ByteContents])dnl
    [all...]
  /external/llvm/autoconf/m4/
check_gnu_make.m4 7 dnl Search all the common names for GNU make
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
18 dnl '#' otherwise
  /external/llvm/projects/sample/autoconf/m4/
check_gnu_make.m4 7 dnl Search all the common names for GNU make
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
18 dnl '#' otherwise
  /external/bison/data/
glr.c 54 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
55 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl
64 [b4_pure_if([b4_locations_if([yylocp, ])])dnl
72 [b4_pure_if([b4_locations_if([&yylloc, ])])dnl
144 m4_divert(0)dnl
164 dnl # b4_shared_declarations
165 dnl # ----------------------
166 dnl # Declaration that might either go into the header (if --defines)
167 dnl # or open coded in the parser body.
457 ]dnl Do not use b4_int_type_for here, since there are places wher
    [all...]
glr.cc 85 ]b4_parse_param_use[]dnl
117 ]b4_parse_param_use[]dnl
124 ]dnl In this section, the parse param are the original parse_params.
125 m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl
156 ]m4_map([b4_symbol_actions], m4_defn([b4_symbol_printers]))dnl
200 ]m4_popdef([b4_parse_param])dnl
376 ]dnl Redirections for glr.c.
lalr1.cc 34 m4_divert(0)dnl
39 dnl FIXME: This is wrong, we want computed header guards.
62 ]dnl Include location.hh here: it might depend on headers included above.
160 virtual std::string yysyntax_error_ (int yystate]dnl
303 ])dnl
444 ]m4_map([b4_symbol_actions], m4_defn([b4_symbol_printers]))dnl
548 m4_pushdef([b4_at_dollar], [yylloc])dnl
549 m4_pushdef([b4_dollar_dollar], [yylval])dnl
552 m4_popdef([b4_dollar_dollar])dnl
553 m4_popdef([b4_at_dollar])dnl
    [all...]
yacc.c 52 [b4_yacc_pure_if([b4_locations_if([&yylloc, ])])dnl
61 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
62 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl
136 m4_divert(0)dnl
138 b4_copyright([Skeleton implementation for Bison's Yacc-like parsers in C],dnl '
371 ])dnl
711 ]b4_locations_if([, &]b4_rhs_location(yynrhs, yyi + 1))[]dnl
981 m4_divert_pop([KILL])dnl# ====================== End of M4 code.
1073 m4_pushdef([b4_at_dollar], [m4_define([b4_at_dollar_used])yylloc])dnl
1074 m4_pushdef([b4_dollar_dollar], [m4_define([b4_dollar_dollar_used])yylval])dnl
    [all...]
location.cc 24 m4_divert(0)dnl
  /external/bison/src/
output.c 567 fputs ("m4_divert_push(0)dnl\n", out);

Completed in 2833 milliseconds