Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dcomformat.c116 int fNonASCII=0; in comment_next_space() local
119 if( (c&0x80)==0x80 ) fNonASCII=1; in comment_next_space()
122 if( fNonASCII!=0 ){ in comment_next_space()