Searched refs:Strcspn (Results 1 – 2 of 2) sorted by relevance
108 #define Strcspn(s,r) wcscspn(s,r) macro163 #define Strcspn(s,r) strcspn(s,r) macro
813 i = Strcspn(el->el_line.cursor, match_chars); in vi_match()