Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dwikiformat.c440 #define ALLOW_LINKS 0x0080000 /* Allow [...] hyperlinks */ macro
548 }else if( flags & ALLOW_LINKS ){ in textLength()
726 }else if( (p->state & ALLOW_LINKS)!=0 && z[0]=='[' && (n = linkLength(z))>0 ){ in nextWikiToken()
1741 p->state |= ALLOW_LINKS; in wiki_render()