Searched refs:prev_equals_up (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dnode.c1476 int prev_equals_up = !tags->up || STREQ (tags->prev, tags->up);
1478 if (!prev_equals_up && expensive_validation)
1482 prev_equals_up = STREQ (tem1, tem2);
1486 if (!prev_equals_up)
1470 int prev_equals_up = !tags->up || STREQ (tags->prev, tags->up); local

Completed in 104 milliseconds