Home
last modified time | relevance | path

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

/dports/misc/kcd/kcd-7.15.0/
H A Dseek.cc137 size_t SeekCaseCharIgnoreEscape(char c, const char *buffer, size_t from, size_t length) in SeekCaseCharIgnoreEscape() function
167 from = SeekCaseCharIgnoreEscape('\"', buffer, from+1, in SeekCaseCharIgnoreEscape()
173 from = SeekCaseCharIgnoreEscape('\'', buffer, from+1, in SeekCaseCharIgnoreEscape()
179 from = SeekCaseCharIgnoreEscape('`', buffer, from+1, in SeekCaseCharIgnoreEscape()
204 return SeekCaseCharIgnoreEscape(c, buffer, from, length); in SeekCaseChar()
H A DChangeLog3403 (SeekCaseChar, SeekCaseCharIgnoreEscape): New functions.
3406 (SeekCaseChar, SeekCaseCharIgnoreEscape): Declare.