Home
last modified time | relevance | path

Searched defs:token (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Derlang.vim291 function! s:Push(stack, token) argument
469 function! s:IndentError(msg, token, stack) argument
488 function! s:UnexpectedToken(token, stack) argument
604 function! s:BeginElementFoundIfEmpty(stack, token, curr_vcol, stored_vcol, sw) argument
636 function! s:BeginElementFound(stack, token, curr_vcol, stored_vcol, end_token, sw) argument
679 function! s:BeginningOfClauseFound(stack, token, stored_vcol, lnum, i) argument
/vim-8.2.3635/src/
H A Dif_perl.xs856 char *token = (char *)s; in msg_split() local