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

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
literals.h 35 * the macro L_DECL() below expands to an extern const char * declaration
37 * literals.c which change L_DECL() to initialize the string by calling
48 #ifndef L_DECL
49 #define L_DECL(s) extern const char *L_##s
53 L_DECL(asru);
54 L_DECL(div);
55 L_DECL(engine);
56 L_DECL(event);
57 L_DECL(fru);
58 L_DECL(if)
    [all...]
literals.c 41 #define L_DECL(s) const char *L_##s
56 #undef L_DECL
57 #define L_DECL(s) L_##s = stable(#s)

Completed in 240 milliseconds