Go to the source code of this file.
Defines |
| #define | MACRO |
| #define | MACRO |
| #define | MACRO1 |
| #define | MACRO2 |
Functions |
| | LogTest ("tab") |
| | LogTest ("space") |
| | LogTest ("space before semi") |
| | LogTest ("space after semi") |
| | LogTest ("function with ; in quotes") |
| | LogTest ("parm 1","parm 2") |
| | LogTest ("parm 1","parm 2 with space after semi") |
| | LogTest ("parm 1 with ;","parm 2 with space after semi") |
| | LogTest ("parm 1","parm 2 with ;") |
| | LogTest ("paren on new line") |
| | LogAlways ("but find me on line 53") |
| | LogTest ("and me", string, buff, compare) |
| | LogTest ("and finally me") |
| else | if (!STRCMP(key_name,"LogFile not me 1")) LogFile |
| else | if (!STRCMP(key_name,"not me 3")) LogCrit(COMPONENT_CONFIG |
| else | if (!STRCMP(key_name,"LogFile not me 5")) LogFile |
| | LogCrit (COMPONENT_CONFIG,"find me 2 on 82", key_name) |
| | Logtest ("in parens")) |
| | LogTest ("foo") |
| | if (LogTest("simple if")) |
| | foo ("oops shouldn't pick this up") |
| | if (LogTest("if with braces")) |
| | if (LogTest("if with braces 2")) |
| | LogTest ("fini") |
Variables |
| | LogVal |
| | LogComponents [dont find me] |
| else find me | on |
| else find me | key_name |
Define Documentation
Function Documentation
| foo |
( |
"oops shouldn't pick this up" |
| ) |
|
| else if |
( |
! |
STRCMPkey_name,"LogFile not me 1" | ) |
|
| if |
( |
LogTest("if with braces 2") |
| ) |
|
| else if |
( |
! |
STRCMPkey_name,"LogFile not me 5" | ) |
|
| if |
( |
LogTest("simple if") |
| ) |
|
| if |
( |
LogTest("if with braces") |
| ) |
|
| else if |
( |
! |
STRCMPkey_name,"not me 3" | ) |
|
| LogAlways |
( |
"but find me on line 53" |
| ) |
|
| LogCrit |
( |
COMPONENT_CONFIG |
, |
|
|
"find me 2 on 82" |
, |
|
|
key_name |
|
|
) |
| |
| LogTest |
( |
"parm 1 with ;" |
, |
|
|
"parm 2 with space after semi" |
|
|
) |
| |
| LogTest |
( |
"space before semi" |
| ) |
|
| LogTest |
( |
"parm 1" |
, |
|
|
"parm 2 with space after semi" |
|
|
) |
| |
| LogTest |
( |
"and finally me" |
| ) |
|
| LogTest |
( |
"and me" |
, |
|
|
string |
, |
|
|
buff |
, |
|
|
compare |
|
|
) |
| |
| LogTest |
( |
"function with ; in quotes" |
| ) |
|
| LogTest |
( |
"parm 1" |
, |
|
|
"parm 2 with ;" |
|
|
) |
| |
| LogTest |
( |
"parm 1" |
, |
|
|
"parm 2" |
|
|
) |
| |
| LogTest |
( |
"paren on new line" |
| ) |
|
| LogTest |
( |
"space after semi" |
| ) |
|
Variable Documentation