Home
last modified time | relevance | path

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

/dports/news/nn/nn-6.7.3/
H A Dmore.c79 static char rot13_table[128]; variable
81 #define ROT13_DECODE(c) ((c & 0x80) ? c : rot13_table[c])
1576 rot13_table[i] = c; in more()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgemsgs.cpp779 static char rot13_table[256]; in Rot13() local
781 #define ROT13_DECODE(c) (((c) & 0x80) ? (c) : rot13_table[c]) in Rot13()
790 rot13_table[n] = c; in Rot13()