include/nana/L.h File Reference

#include <nana-config.h>
#include <now.h>

Include dependency graph for L.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define _L_h_   1
#define L_LEVEL   1
#define L_DEFAULT_HANDLER   fprintf
#define L_DEFAULT_GUARD   (1)
#define L_DEFAULT_PARAMS   stderr
#define L_SHOW_TIME_FORMAT   "%.6f:\t"
#define L_SHOW_TIME_NOW   now()
#define _L_SHOWTIME(h, p)
#define LGHP(g, h, p, f...)
#define L(f...)   LGHP(L_DEFAULT_GUARD,L_DEFAULT_HANDLER,L_DEFAULT_PARAMS,##f)
#define LG(g, f...)   LGHP(g,L_DEFAULT_HANDLER,L_DEFAULT_PARAMS,##f)
#define LH(h, f...)   LGHP(L_DEFAULT_GUARD,h,L_DEFAULT_PARAMS,##f)
#define LP(p, f...)   LGHP(L_DEFAULT_GUARD,L_DEFAULT_HANDLER,p,##f)
#define LGP(g, p, f...)   LGHP(g,L_DEFAULT_HANDLER,p,##f)
#define LHP(h, p, f...)   LGHP(L_DEFAULT_GUARD,h,p,##f)
#define VL(a)   L a
#define VLG(a)   LG a
#define VLH(a)   LH a
#define VLP(a)   LP a
#define VLGP(a)   LGP a
#define VLHP(a)   LHP a
#define VLGHP(a)   LGHP a


Define Documentation

#define _L_h_   1
 

Definition at line 33 of file L.h.

#define _L_SHOWTIME h,
 ) 
 

Definition at line 115 of file L.h.

#define L f...   )     LGHP(L_DEFAULT_GUARD,L_DEFAULT_HANDLER,L_DEFAULT_PARAMS,##f)
 

Definition at line 157 of file L.h.

Referenced by acceptablevsa(), actuallyreadrawloaf(), addtoopen(), analyzeanddebug(), assertsonswispmatchesfather(), assertspecisstring(), asserttreeisok(), checkalloc(), checkenftypes(), checkitem(), checkmodifiednotthere(), checknumofsons(), checkspecandstringbefore(), checkthebleedingcrum(), checkwholesubtree(), closeberts(), crash(), createcruminternal(), crumqualifies2d(), deleteversion(), deletevspan(), displaycutspm(), doclose(), docopy(), doopen(), dump(), dumpcontext(), dumpcontextlist(), dumpdsp(), dumpfdhashtable(), dumpfdorderedtable(), dumpfreediskentry(), dumpgranfwids(), dumphedr(), dumphexstuff(), dumphint(), dumpinfo(), dumpisagr(), dumpitem(), dumpitemset(), dumpmem(), dumppoomwisps(), dumpspan(), dumpspanpair(), dumpspanset(), dumptumbler(), dumpwholesubtree(), dumpwholetree(), dumpwid(), establishprotocol(), examine(), falloc(), fetchorglgr(), findandallocateinsidediskblocknumber(), findcbcinarea2d(), finddocscontainingsp(), findisatoinsertgr(), findlinksfromtothreesp(), findorgl(), fixincoresubtreewids(), foo(), foocontext(), foocontextlist(), foocrum(), foodec(), foodsp(), foohex(), fooitem(), fooitemset(), foospan(), foospanset(), footumbler(), foowid(), frontenddied(), functionintof(), functionlengthof(), FileBlockIO::get(), getrequest(), getxaccount(), grimlyreap(), hputinfo(), humber3put(), humberput(), incrementopen(), insert(), insertendsetsinorgl(), insertpm(), intersectlinksets(), ioinfo(), ispanset2vstuffset(), ispansetandspecsets2spanpairset(), isreapable(), leave(), lengthoflength(), levelpush(), lookatalloc2(), main(), makecutsbackuptohere(), makeithcutonson(), nchecknumofsons(), new_players(), open_sock(), orglwritepart2(), partialdiskalloc(), processrcfile(), pullc(), FileBlockIO::put(), readallocinfo(), rearrange(), rearrangend(), removefromopen(), retrieveendsetsfromspanf(), showenfilades(), showgranwids(), showorgl(), showpoomwisps(), showspanf(), showspanfcrum(), slicecbcpm(), sourceunixcommand(), specset2ispanset(), splitcrumupwards(), statusofalloc(), subtreewriterecurs(), testforreservedness(), tumblercheckptr(), tumblerincrement(), unpacksporgl(), varunpackloaf(), writeallocinfo(), writeenfilades(), xanadu(), and xgrabmorecore().

#define L_DEFAULT_GUARD   (1)
 

Definition at line 77 of file L.h.

#define L_DEFAULT_HANDLER   fprintf
 

Definition at line 68 of file L.h.

#define L_DEFAULT_PARAMS   stderr
 

Definition at line 87 of file L.h.

#define L_LEVEL   1
 

Definition at line 59 of file L.h.

#define L_SHOW_TIME_FORMAT   "%.6f:\t"
 

Definition at line 95 of file L.h.

#define L_SHOW_TIME_NOW   now()
 

Definition at line 104 of file L.h.

#define LG g,
f...   )     LGHP(g,L_DEFAULT_HANDLER,L_DEFAULT_PARAMS,##f)
 

Definition at line 159 of file L.h.

#define LGHP g,
h,
p,
f...   ) 
 

Value:

do { \
                  if(g) { \
                               _L_SHOWTIME(h,p); \
                               h (p, ##f); \
                  } \
        } while(0)

Definition at line 142 of file L.h.

#define LGP g,
p,
f...   )     LGHP(g,L_DEFAULT_HANDLER,p,##f)
 

Definition at line 165 of file L.h.

#define LH h,
f...   )     LGHP(L_DEFAULT_GUARD,h,L_DEFAULT_PARAMS,##f)
 

Definition at line 161 of file L.h.

#define LHP h,
p,
f...   )     LGHP(L_DEFAULT_GUARD,h,p,##f)
 

Definition at line 167 of file L.h.

#define LP p,
f...   )     LGHP(L_DEFAULT_GUARD,L_DEFAULT_HANDLER,p,##f)
 

Definition at line 163 of file L.h.

#define VL  )     L a
 

Definition at line 180 of file L.h.

#define VLG  )     LG a
 

Definition at line 181 of file L.h.

#define VLGHP  )     LGHP a
 

Definition at line 186 of file L.h.

#define VLGP  )     LGP a
 

Definition at line 184 of file L.h.

#define VLH  )     LH a
 

Definition at line 182 of file L.h.

#define VLHP  )     LHP a
 

Definition at line 185 of file L.h.

#define VLP  )     LP a
 

Definition at line 183 of file L.h.


Generated on Sun Aug 21 04:18:18 2005 for Udanax-Green by doxygen1.3.4