Searched refs:serNum (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | netbeans.c | 1048 int serNum; in nb_do_cmd() local 1051 serNum = strtol(cp, &cp, 10); in nb_do_cmd() 1053 linenum = (long)buf_findsign(buf->bufp, serNum, NULL); in nb_do_cmd() 1969 int serNum; in nb_do_cmd() local 1984 serNum = strtol(cp, &cp, 10); in nb_do_cmd() 2001 if (serNum >= GUARDEDOFFSET) in nb_do_cmd() 2009 serNum, pos->lnum, typeNum, buf->bufp->b_fnum); in nb_do_cmd() 2011 coloncmd(":sign jump %d buffer=%d", serNum, in nb_do_cmd() 2020 int serNum; in nb_do_cmd() local 2029 serNum = strtol(cp, &cp, 10); in nb_do_cmd() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | netbeans.txt | 383 addAnno serNum typeNum off len 386 serNum number serial number of this placed 477 moveAnnoToFront serNum 497 removeAnno serNum 499 "serNum" is the same number used in addAnno. 644 getAnno serNum 647 serNum serial number of this placed annotation
|