Searched refs:lock2name (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_amiga.c | 86 static int lock2name(BPTR lock, char_u *buf, long len); 476 (void)lock2name(argp->wa_Lock, buf2, (long)(BUF2SIZE - 1)); in mch_check_win() 747 retval = lock2name(l, buf, (long)len - 1); in mch_FullName() 758 retval = lock2name(l, buf, (long)len); in mch_FullName() 795 lock2name(BPTR lock, char_u *buf, long len) in lock2name() function
|