Home
last modified time | relevance | path

Searched refs:ZLE_STRING_T (Results 1 – 12 of 12) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle.h32 typedef wchar_t *ZLE_STRING_T; typedef
108 typedef char *ZLE_STRING_T; typedef
131 static inline size_t ZS_strlen(ZLE_STRING_T s) in ZS_strlen()
133 static inline ZLE_STRING_T ZS_strcpy(ZLE_STRING_T t, ZLE_STRING_T f) in ZS_strcpy()
134 { return (ZLE_STRING_T)strcpy((char*)t, (char*)f); } in ZS_strcpy()
135 static inline ZLE_STRING_T ZS_strncpy(ZLE_STRING_T t, ZLE_STRING_T f, size_t l) in ZS_strncpy()
136 { return (ZLE_STRING_T)strncpy((char*)t, (char*)f, l); } in ZS_strncpy()
137 static inline int ZS_strncmp(ZLE_STRING_T s1, ZLE_STRING_T s2, size_t l) in ZS_strncmp()
286 ZLE_STRING_T del; /* characters to delete */
288 ZLE_STRING_T ins; /* characters to insert */
[all …]
H A Dzle_misc.c37 doinsert(ZLE_STRING_T zstr, int len) in doinsert()
39 ZLE_STRING_T s; in doinsert()
258 ZLE_STRING_T first; in transpose_swap()
785 ZLE_STRING_T wpaste; in bracketedpaste()
1118 ZLE_STRING_T str; in quoteregion()
1153 ZLE_STRING_T str; in quoteline()
1164 static ZLE_STRING_T
1168 ZLE_STRING_T l, ol; in makequote()
1169 ZLE_STRING_T end = str + *len; in makequote()
1550 ZLE_STRING_T suffixstr; in addsuffixstring()
[all …]
H A Dzle_utils.c54 ZLE_STRING_T lastline;
83 (ZLE_STRING_T)realloc(zleline, in sizeline()
374 mod_export ZLE_STRING_T
377 ZLE_STRING_T outstr; in stringaszleline()
436 outstr = (ZLE_STRING_T)zalloc(sz); in stringaszleline()
924 cuttext(ZLE_STRING_T line, int ct, int flags) in cuttext()
935 b->buf = (ZLE_STRING_T)zalloc(ct * ZLE_CHAR_SIZE); in cuttext()
944 b->buf = (ZLE_STRING_T) in cuttext()
972 cutbuf.buf = (ZLE_STRING_T)zalloc(ZLE_CHAR_SIZE); in cuttext()
986 cutbuf.buf = (ZLE_STRING_T)zalloc(ZLE_CHAR_SIZE); in cuttext()
[all …]
H A Dzle_params.c284 ZLE_STRING_T tmpline; in get_cursor()
333 ZLE_STRING_T y; in set_lbuffer()
365 ZLE_STRING_T y; in set_rbuffer()
864 set_prepost(ZLE_STRING_T *textvar, int *lenvar, char *x) in set_prepost()
878 get_prepost(ZLE_STRING_T text, int len) in get_prepost()
H A Dzle_word.c655 ZLE_STRING_T temp, pp; in transposewords()
720 pp = temp = (ZLE_STRING_T)zhalloc((p4 - p1)*ZLE_CHAR_SIZE); in transposewords()
H A Dzle_hist.c607 ZLE_STRING_T zs; in insertlastword()
838 ZLE_STRING_T s; in pushlineoredit()
844 ZLE_STRING_T zhline = stringaszleline(hline, 0, &ics, NULL, NULL); in pushlineoredit()
889 ZLE_STRING_T lineadd = stringaszleline(s, 0, &cc, NULL, NULL); in zgetline()
H A Dzle_refresh.c200 ZLE_STRING_T predisplay, postdisplay;
920 addmultiword(REFRESH_ELEMENT *base, ZLE_STRING_T tptr, int ichars) in addmultiword()
987 ZLE_STRING_T tmpline, /* line with added pre/post text */ in zrefresh()
1453 ZLE_STRING_T outputline = in zrefresh()
2454 singlerefresh(ZLE_STRING_T tmpline, int tmpll, int tmpcs) in singlerefresh()
H A Dzle_tricky.c185 ZLE_STRING_T s = zleline + zlecs - 1; in usetab()
2239 ZLE_STRING_T zlestr; in inststrlen()
2876 ZLE_STRING_T bangq; in magicspace()
2997 ZLE_STRING_T zlestr; in expandcmdpath()
H A Dzle_main.c43 mod_export ZLE_STRING_T zleline;
1274 zleline = (ZLE_STRING_T)zalloc(((linesz = 256) + 2) * ZLE_CHAR_SIZE); in zleread()
H A Dcompresult.c1022 ZLE_STRING_T wsuf = in do_single()
1168 ZLE_STRING_T subline = stringaszleline(tmpstr, 0, &outlen, NULL, NULL); in do_single()
H A Dcompmatch.c1383 Cpattern prestrict, ZLE_STRING_T new_line) in pattern_match_restrict()
1735 bld_line(Cmatcher mp, ZLE_STRING_T line, char *mword, char *word, in bld_line()
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.313070 and ZLE_STRING_T to be "char *" (not "unsigned char *"), including