Lines Matching full:headp
4308 /* Find 'ec' in the RCEC list whose head pointer lives at 'headp' and4311 static void move_RCEC_one_step_forward ( RCEC** headp, RCEC* ec )4314 if (ec == *headp)4317 ec0 = *headp;4342 tl_assert(*headp == ec1);4346 *headp = ec0;