Home
last modified time | relevance | path

Searched refs:incl_depth (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmCustBase.c320 custom_data -> incl_depth = 0; in xtmCbGetDataFromFile()
487 custom_data -> incl_depth = 0; in xtmCbRereadParamFromFile()
831 if( custom_data -> incl_depth > 0 ) in readCalendarInfo()
1087 if( custom_data -> incl_depth > 0 ) in readGroupInfo()
1145 if( custom_data -> incl_depth == 0 && in readInclInfo()
1158 if( custom_data -> incl_depth >= 5 ) { in readInclInfo()
1168 custom_data -> incl_depth++; in readInclInfo()
1170 custom_data -> incl_depth--; in readInclInfo()
H A DxtmGlobal.h303 int incl_depth; member