Home
last modified time | relevance | path

Searched refs:lalloc (Results 1 – 25 of 49) sorted by relevance

12

/vim-8.2.3635/src/
H A Dalloc.c151 return lalloc(size, TRUE); in alloc()
164 return lalloc(size, TRUE); in alloc_id()
175 p = lalloc(size, TRUE); in alloc_clear()
202 p = lalloc(size, message); in lalloc_clear()
213 lalloc(size_t size, int message) in lalloc() function
302 return (lalloc(size, message)); in lalloc_id()
H A Dundo.c127 #define U_ALLOC_LINE(size) lalloc(size, FALSE)
996 copy = lalloc(len, FALSE); in fwrite_crypt()
H A Dvim.h1611 #define LALLOC_MULT(type, count) (type *)lalloc(sizeof(type) * (count), FALSE)
H A Dfileio.c1151 if ((new_buffer = lalloc(size + linerest + 1, in readfile()
1359 new_buffer = lalloc(new_size, FALSE); in readfile()
H A Dviminfo.c264 retval = lalloc(len, TRUE); in viminfo_readstring()
/vim-8.2.3635/src/proto/
H A Dalloc.pro9 void *lalloc(size_t size, int message);
/vim-8.2.3635/src/xdiff/
H A Dxdiff.h128 #define xdl_malloc(x) lalloc((x), TRUE)
/vim-8.2.3635/runtime/doc/
H A Ddevelop.txt238 malloc() lalloc() Like alloc(), but has long argument
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po3287 msgid "E341: Internal error: lalloc(%ld, )"
3288 msgstr "E341: 內部錯誤: lalloc(%ld, )"
H A Dzh_CN.cp936.po3716 msgid "E341: Internal error: lalloc(%ld, )"
3717 msgstr "E341: �ڲ�����: lalloc(%ld, )"
H A Dcs.cp1250.po3043 msgid "E341: Internal error: lalloc(%ld, )"
3044 msgstr "E341: Vnit�n� chyba: lalloc(%ld, )"
H A Dcs.po3043 msgid "E341: Internal error: lalloc(%ld, )"
3044 msgstr "E341: Vnit�n� chyba: lalloc(%ld, )"
H A Dzh_CN.po3716 msgid "E341: Internal error: lalloc(%ld, )"
3717 msgstr "E341: �ڲ�����: lalloc(%ld, )"
H A Dzh_TW.po3280 msgid "E341: Internal error: lalloc(%ld, )"
3281 msgstr "E341: �������~: lalloc(%ld, )"
H A Dzh_CN.UTF-8.po3716 msgid "E341: Internal error: lalloc(%ld, )"
3717 msgstr "E341: 内部错误: lalloc(%ld, )"
H A Daf.po3261 msgid "E341: Internal error: lalloc(%ld, )"
3262 msgstr "E341: Interne fout: 'lalloc(%ld, )'"
H A Duk.cp1251.po4116 msgid "E341: Internal error: lalloc(%ld, )"
4117 msgstr "E341: �������� �������: lalloc(%ld, )"
H A Dja.euc-jp.po3924 msgid "E341: Internal error: lalloc(0, )"
3925 msgstr "E341: �������顼: lalloc(0, )"
H A Dko.UTF-8.po3953 msgid "E341: Internal error: lalloc(%ld, )"
3954 msgstr "E341: 내부 에러: lalloc(%ld, )"
H A Dru.cp1251.po4024 msgid "E341: Internal error: lalloc(0, )"
4025 msgstr "E341: ���������� ������: lalloc(0, )"
H A Dru.po4024 msgid "E341: Internal error: lalloc(0, )"
4025 msgstr "E341: Внутренняя ошибка: lalloc(0, )"
H A Dja.po3924 msgid "E341: Internal error: lalloc(0, )"
3925 msgstr "E341: 内部エラー: lalloc(0, )"
H A Duk.po4116 msgid "E341: Internal error: lalloc(%ld, )"
4117 msgstr "E341: Внутрішня помилка: lalloc(%ld, )"
H A Dko.po3953 msgid "E341: Internal error: lalloc(%ld, )"
3954 msgstr "E341: ���� ����: lalloc(%ld, )"
H A Dsk.cp1250.po3595 msgid "E341: Internal error: lalloc(%ld, )"
3596 msgstr "E341: Vn�torn� chyba: lalloc(%ld, )"

12