diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
| commit | 4f2d36194b4f299aa7509d815c07121039ea833b (patch) | |
| tree | f3ded014bad3a4c76ff6a22b8726ebaab68c3d13 /uvim/src/proto/strings.pro | |
| parent | 5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (diff) | |
| download | Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.tar.gz Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.zip | |
NOISSUE change uvim folder name to mnv
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/src/proto/strings.pro')
| -rw-r--r-- | uvim/src/proto/strings.pro | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/uvim/src/proto/strings.pro b/uvim/src/proto/strings.pro deleted file mode 100644 index 37bc39babe..0000000000 --- a/uvim/src/proto/strings.pro +++ /dev/null @@ -1,57 +0,0 @@ -/* strings.c */ -char_u *mnv_strsave(char_u *string); -char_u *mnv_strnsave(char_u *string, size_t len); -char_u *mnv_strsave_escaped(char_u *string, char_u *esc_chars); -char_u *mnv_strsave_escaped_ext(char_u *string, char_u *esc_chars, int cc, int bsl); -int csh_like_shell(void); -char_u *mnv_strsave_shellescape(char_u *string, int do_special, int do_newline); -char_u *mnv_strsave_up(char_u *string); -char_u *mnv_strnsave_up(char_u *string, size_t len); -void mnv_strup(char_u *p); -char_u *strlow_save(char_u *orig); -void del_trailing_spaces(char_u *ptr); -void mnv_strncpy(char_u *to, char_u *from, size_t len); -void mnv_strcat(char_u *to, char_u *from, size_t tosize); -size_t mnv_strlen_maxlen(char *s, size_t maxlen); -int mnv_stricmp(char *s1, char *s2); -int mnv_strnicmp(char *s1, char *s2, size_t len); -int mnv_strnicmp_asc(char *s1, char *s2, size_t len); -char_u *mnv_strchr(char_u *string, int c); -char_u *mnv_strbyte(char_u *string, int c); -char_u *mnv_strrchr(char_u *string, int c); -void sort_strings(char_u **files, int count); -int has_non_ascii(char_u *s); -char_u *concat_str(char_u *str1, char_u *str2); -char_u *reverse_text(char_u *s); -char_u *string_quote(char_u *str, int function); -long string_count(char_u *haystack, char_u *needle, int ic); -void string_filter_map(char_u *str, filtermap_T filtermap, typval_T *expr, typval_T *rettv); -void string_reduce(typval_T *argvars, typval_T *expr, typval_T *rettv); -void f_byteidx(typval_T *argvars, typval_T *rettv); -void f_byteidxcomp(typval_T *argvars, typval_T *rettv); -void f_charidx(typval_T *argvars, typval_T *rettv); -void f_blob2str(typval_T *argvars, typval_T *rettv); -void f_str2blob(typval_T *argvars, typval_T *rettv); -void f_str2list(typval_T *argvars, typval_T *rettv); -void f_str2nr(typval_T *argvars, typval_T *rettv); -void f_strgetchar(typval_T *argvars, typval_T *rettv); -void f_stridx(typval_T *argvars, typval_T *rettv); -void f_string(typval_T *argvars, typval_T *rettv); -void f_strlen(typval_T *argvars, typval_T *rettv); -void f_strcharlen(typval_T *argvars, typval_T *rettv); -void f_strchars(typval_T *argvars, typval_T *rettv); -void f_strutf16len(typval_T *argvars, typval_T *rettv); -void f_strdisplaywidth(typval_T *argvars, typval_T *rettv); -void f_strwidth(typval_T *argvars, typval_T *rettv); -void f_strcharpart(typval_T *argvars, typval_T *rettv); -void f_strpart(typval_T *argvars, typval_T *rettv); -void f_strridx(typval_T *argvars, typval_T *rettv); -void f_strtrans(typval_T *argvars, typval_T *rettv); -void f_utf16idx(typval_T *argvars, typval_T *rettv); -void f_tolower(typval_T *argvars, typval_T *rettv); -void f_toupper(typval_T *argvars, typval_T *rettv); -void f_tr(typval_T *argvars, typval_T *rettv); -void f_trim(typval_T *argvars, typval_T *rettv); -void f_uridecode(typval_T *argvars, typval_T *rettv); -void f_uriencode(typval_T *argvars, typval_T *rettv); -/* mnv: set ft=c : */ |
