Searched refs:_ahp (Results 1 – 1 of 1) sorted by relevance
50 #define INSERT_CAL(_ahp, _perCal) \ argument52 if ((_ahp)->cal_list_last == NULL) { \53 (_ahp)->cal_list = \54 (_ahp)->cal_list_last = (_perCal); \55 ((_ahp)->cal_list_last)->calNext = (_perCal); \57 ((_ahp)->cal_list_last)->calNext = (_perCal); \58 (_ahp)->cal_list_last = (_perCal); \59 (_perCal)->calNext = (_ahp)->cal_list; \