Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dth.h179 int th_isspecial(char);
H A Dth.c1772 if( th_isspecial(c) ) hasSpecialChar = 1; in Th_ListAppend()
1785 if( th_isspecial(c) ) thBufferAddChar(interp, &output, '\\'); in Th_ListAppend()
2632 int th_isspecial(char c){ in th_isspecial() function