Searched refs:_ahp (Results 1 – 1 of 1) sorted by relevance
56 #define INSERT_CAL(_ahp, _perCal) \ argument58 if ((_ahp)->cal_list_last == NULL) { \59 (_ahp)->cal_list = \60 (_ahp)->cal_list_last = (_perCal); \61 ((_ahp)->cal_list_last)->calNext = (_perCal); \63 ((_ahp)->cal_list_last)->calNext = (_perCal); \64 (_ahp)->cal_list_last = (_perCal); \65 (_perCal)->calNext = (_ahp)->cal_list; \