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

/ast/src/cmd/html/
H A Dhtml2rtf.h42 #define STK_NOEND (1<<1) /* don't call </x> */ macro
H A Dhtml2rtf.c1012 state.sp->flags |= STK_NOEND;
1036 if (state.sp->tag->end && !(state.sp->flags & STK_NOEND))
1048 if (tp->end && !(state.sp->flags & STK_NOEND))

Completed in 13 milliseconds