Searched refs:NextString (Results 1 – 4 of 4) sorted by relevance
202 char const * NextString; /* next token */ variable223 rcswarn("Unknown phrases like `%s ...;' are present.", NextString); in warnignore()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)556 r.string = (char const*)cacheptr() - strlen(NextString) - 1;559 bufscpy(&b, NextString);[all …]
384 if (nexttok != ID || strcmp(NextString,key) == 0)392 case NUM: ffree1(NextString); continue;438 Delta->commitid = NextString; in getdelta()510 val = NextString;
547 extern char const *NextString;
390 + Delta->commitid = NextString;