| /vim-8.2.3635/src/ |
| H A D | sha256.c | 46 ctx->total[0] = 0; in sha256_start() 47 ctx->total[1] = 0; in sha256_start() 107 A = ctx->state[0]; in sha256_process() 108 B = ctx->state[1]; in sha256_process() 109 C = ctx->state[2]; in sha256_process() 110 D = ctx->state[3]; in sha256_process() 111 E = ctx->state[4]; in sha256_process() 112 F = ctx->state[5]; in sha256_process() 206 ctx->total[1]++; in sha256_update() 211 sha256_process(ctx, ctx->buffer); in sha256_update() [all …]
|
| H A D | gui_dwrite.h | 58 void DWriteContext_BindDC(DWriteContext *ctx, HDC hdc, const RECT *rect); 59 void DWriteContext_SetFont(DWriteContext *ctx, HFONT hFont); 61 DWriteContext *ctx, 73 void DWriteContext_FillRect(DWriteContext *ctx, const RECT *rc, COLORREF color); 74 void DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2, 76 void DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color); 77 void DWriteContext_Scroll(DWriteContext *ctx, int x, int y, const RECT *rc); 78 void DWriteContext_Flush(DWriteContext *ctx); 79 void DWriteContext_Close(DWriteContext *ctx); 82 DWriteContext *ctx, [all …]
|
| H A D | gui_dwrite.cpp | 1258 if (ctx != NULL) in DWriteContext_BindDC() 1265 if (ctx != NULL) in DWriteContext_SetFont() 1271 DWriteContext *ctx, in DWriteContext_DrawText() argument 1284 if (ctx != NULL) in DWriteContext_DrawText() 1292 if (ctx != NULL) in DWriteContext_FillRect() 1300 if (ctx != NULL) in DWriteContext_DrawLine() 1307 if (ctx != NULL) in DWriteContext_SetPixel() 1314 if (ctx != NULL) in DWriteContext_Scroll() 1321 if (ctx != NULL) in DWriteContext_Flush() 1322 ctx->Flush(); in DWriteContext_Flush() [all …]
|
| H A D | findfile.c | 684 vim_findfile_cleanup(void *ctx) in vim_findfile_cleanup() argument 686 if (ctx == NULL) in vim_findfile_cleanup() 689 vim_findfile_free_visited(ctx); in vim_findfile_cleanup() 690 ff_clear(ctx); in vim_findfile_cleanup() 691 vim_free(ctx); in vim_findfile_cleanup()
|
| H A D | quickfix.c | 7443 typval_T *ctx; in qf_setprop_context() local 7446 ctx = alloc_tv(); in qf_setprop_context() 7447 if (ctx != NULL) in qf_setprop_context() 7448 copy_tv(&di->di_tv, ctx); in qf_setprop_context() 7449 qfl->qf_ctx = ctx; in qf_setprop_context() 7681 typval_T *ctx; in mark_quickfix_ctx() local 7685 ctx = qi->qf_lists[i].qf_ctx; in mark_quickfix_ctx() 7686 if (ctx != NULL && ctx->v_type != VAR_NUMBER in mark_quickfix_ctx() 7687 && ctx->v_type != VAR_STRING && ctx->v_type != VAR_FLOAT) in mark_quickfix_ctx() 7688 abort = set_ref_in_item(ctx, copyID, NULL, NULL); in mark_quickfix_ctx()
|
| H A D | undo.c | 797 context_sha256_T ctx; in u_compute_hash() local 801 sha256_start(&ctx); in u_compute_hash() 805 sha256_update(&ctx, p, (UINT32_T)(STRLEN(p) + 1)); in u_compute_hash() 807 sha256_finish(&ctx, hash); in u_compute_hash()
|
| H A D | if_lua.c | 262 void (*dll_lua_callk) (lua_State *L, int nargs, int nresults, int ctx, 265 int ctx, lua_CFunction k);
|
| H A D | ex_docmd.c | 3948 int *ctx) // pointer to xp_context or NULL in skip_range() argument 3963 if (*++cmd == NUL && ctx != NULL) in skip_range() 3964 *ctx = EXPAND_NOTHING; in skip_range() 3972 if (*cmd == NUL && ctx != NULL) in skip_range() 3973 *ctx = EXPAND_NOTHING; in skip_range()
|
| /vim-8.2.3635/src/proto/ |
| H A D | sha256.pro | 2 void sha256_start(context_sha256_T *ctx); 3 void sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length); 4 void sha256_finish(context_sha256_T *ctx, char_u digest[32]);
|
| H A D | findfile.pro | 4 void vim_findfile_cleanup(void *ctx);
|
| H A D | ex_docmd.pro | 25 char_u *skip_range(char_u *cmd, int skip_star, int *ctx);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | reva.vim | 32 syn match revaHelpStuff '\<\(def\|stack\|ctx\|ver\|os\|related\):\s.*' 96 Builtin cmove> context?? ctrl-c ctx>name data: defer: defer@def dictgone do_cr eleave
|
| H A D | nasm.vim | 168 …"^\s*%ifnidni\>"hs=e-7 start="^\s*%if\(idni\|n\(ctx\|def\|idn\|num\|str\)\)\>"hs=e-6 start="^\s*%i… 170 syn match nasmInMacPreCondit contained transparent "ctx\s"lc=3 skipwhite nextgroup=@nasmGrpNxtCtx 194 syn match nasmCtxPreCondit contained transparent "ctx\s"lc=3 skipwhite nextgroup=@nasmGrpNxtCtx
|