Home
last modified time | relevance | path

Searched refs:NextString (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl2/rcs/dist/src/
H A Drcslex.c202 char const * NextString; /* next token */ variable
263 NextString = n->num;
378 NextString = fstr_save(tokbuf.string); in nextlex()
456 if (nexttok==ID && strcmp(key,NextString) == 0) {
458 ffree1(NextString);
499 name = NextString; in getid()
548 if (nexttok!=ID || strcmp(NextString,key) == 0)
559 bufscpy(&b, NextString);
563 ffree1(NextString);
643 NextString = fstr_save(key);
[all …]
H A Drcssyn.c384 if (nexttok != ID || strcmp(NextString,key) == 0)
392 case NUM: ffree1(NextString); continue;
438 Delta->commitid = NextString; in getdelta()
510 val = NextString;
H A Drcsbase.h547 extern char const *NextString;
/netbsd/external/gpl2/xcvs/dist/contrib/
H A Drcs-5.7-commitid.patch390 + Delta->commitid = NextString;