Home
last modified time | relevance | path

Searched refs:newtknsw (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sgmls/sgmls/
H A Dcontext.c229 int testend(mod, pos, andoptsw, newtknsw) in testend() argument
233 int newtknsw; /* 1=new token test; 0=end element test. */
278 if (newtknsw && BITON(TOCC, TREP)) rc = RCHIT;
285 else if (newtknsw) andoptsw = 1;
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dcontext.c222 int testend(mod, pos, andoptsw, newtknsw) in testend() argument
226 int newtknsw; /* 1=new token test; 0=end element test. */
271 if (newtknsw && BITON(TOCC, TREP)) rc = RCHIT;
278 else if (newtknsw) andoptsw = 1;