Home
last modified time | relevance | path

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

/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3/
H A Dtoroku.c176 if (inc == '\n' || inc == '\r'|| IsESC (inc)) in getyomi()
262 if (IsESC (c)) { in getcheck()
383 else if (IsESC (c)) { in getbunsetu()
H A Dstat_conv.c446 !IsESC (inc) && !isintr (inc)){ in stat_conv()
898 IsESC(wchar16_t c) in IsESC() function
H A Detc.c406 if (inc == '\n' || inc == '\r' || IsESC(inc)) in reconnect()
H A Ddouon.c283 else if (keyvalue == KEY_NORMAL && IsESC (c)) in Dselect()
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3h/
H A Dsj3.h500 int IsESC(wchar16_t);