Searched refs:heredoc_get (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | evalvars.pro | 16 list_T *heredoc_get(exarg_T *eap, char_u *cmd, int script_get);
|
| /vim-8.2.3635/src/ |
| H A D | evalvars.c | 578 heredoc_get(exarg_T *eap, char_u *cmd, int script_get) in heredoc_get() function 832 l = heredoc_get(eap, expr + 3, FALSE); in ex_let()
|
| H A D | ex_getln.c | 4519 l = heredoc_get(eap, cmd, TRUE); in script_get()
|
| H A D | vim9compile.c | 6948 l = heredoc_get(eap, op + 3, FALSE); in compile_assignment()
|