Searched refs:newid (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | sound.c | 375 long newid = sound_id + 1; in f_sound_playfile() local 395 vim_snprintf((char *)p, len, "open %s alias sound%06ld", esc, newid); in f_sound_playfile() 408 vim_snprintf(buf, sizeof(buf), "play sound%06ld notify", newid); in f_sound_playfile() 413 sound_id = newid; in f_sound_playfile() 419 vim_snprintf(buf, sizeof(buf), "sound%06ld", newid); in f_sound_playfile() 420 soundcb->snd_id = newid; in f_sound_playfile() 426 vim_snprintf(buf, sizeof(buf), "close sound%06ld", newid); in f_sound_playfile()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlanywhere.vim | 43 syn keyword sqlFunction months newid now nullif number
|