| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | dumpcycles.c | 29 fprintf(stderr,"Cycle %d: (degree %d) %s -->\n", i++, degree, RulePtr[c->croot]->rname); 34 hash_get(Fcache,Fkey(RulePtr[c->croot]->rname,'o',k)); 37 RulePtr[c->croot]->rname); 64 fprintf(stderr,"#%d rule %d %s\n",i,*pi,RulePtr[*pi]->rname);
|
| H A D | syn.h | 192 char *rname; /* what rule does this element live in? */ member in class:Node 199 char *rname; /* what rule does this element live in? */ member in struct:_node 211 char *rname; /* what rule does this action live in? */ member in struct:ActionNode::_anode 246 char *rname; /* name of rule it's in */ member in struct:TokNode::_toknode 290 char *rname; /* name of rule it's in */ member in struct:RuleRefNode::_rrnode 323 char *rname; /* name of rule junction is in */ member in struct:Junction::_junct
|
| H A D | dumpnode.c | 176 fprintf(stderr, "Junction (#%d in rule %s line %d) ",j->seq,j->rname,j->line); 229 fprintf(stderr, "RuleRefNode (in rule %s line %d) to rule %s\n", r->rname,r->line,r->text); 233 fprintf(stderr, "TokNode (in rule %s line %d) token %s\n",t->rname,t->line,TerminalString(t->token)); 238 fprintf(stderr, "Predicate (in rule %s line %d) %s",a->rname,a->line,a->action); 252 fprintf(stderr, "Init-Action (in rule %s line %d) %s\n",a->rname,a->line,a->action); 254 fprintf(stderr, "Action (in rule %s line %d) %s\n",a->rname,a->line,a->action);
|
| H A D | misc.c | 764 **** fprintf(stderr, "\t%s\n", RulePtr[*p]->rname); 851 f = (CacheEntry *) hash_get(Fcache, Fkey(RulePtr[*p]->rname,'o',k)); 854 f = newCacheEntry( Fkey(RulePtr[*p]->rname,'o',k) ); 855 hash_add(Fcache, Fkey(RulePtr[*p]->rname,'o',k), (Entry *)f); 902 /*fprintf(stderr, "cycle %d: %s -->", i++, RulePtr[c->croot]->rname);*/ 906 hash_get(Fcache, Fkey(RulePtr[c->croot]->rname,'o',k)); 907 require(f!=NULL, eMsg1("FOLLOW(%s) must be in cache but isn't", RulePtr[c->croot]->rname) ); 910 /*fprintf(stderr, "Fo(%s) has changed\n", RulePtr[c->croot]->rname);*/ 922 /*fprintf(stderr, "updating Fo(%s)\n", RulePtr[r]->rname);*/ 924 hash_get(Fcache, Fkey(RulePtr[r]->rname,' 1356 addFoLink( Node *p, char *rname, Junction *r ) argument [all...] |
| H A D | lex.c | 398 fprintf(f, "#define %s %s_%s\n", p->rname, ParserName, p->rname); 503 fprintf(f, " %s%s(", RulePrefix, p->rname); 516 fprintf(f, " %s%s();\n", RulePrefix, p->rname); 522 fprintf(f, "void %s%s(", RulePrefix, p->rname); 537 fprintf(f, "extern void %s%s();\n", RulePrefix, p->rname); 604 fprintf(f, " %s%s(",RulePrefix,p->rname); 618 fprintf(f, "\tvoid %s%s(",RulePrefix,p->rname);
|
| H A D | fset.c | 126 if ( p->jtype == RuleBlk ) fprintf(stderr, "FIRST(%s,%d) \n",((Junction *)p)->rname,k); 128 decodeJType[p->jtype], ((Junction *)p)->rname); 160 fprintf(stderr, "FOLLOW cycle to %s: panic!\n", p->rname); 162 if (! MR_AmbSourceSearch) RegisterCycle(p->rname, k); 171 CacheEntry *q = (CacheEntry *) hash_get(Fcache, Fkey(p->rname,'i',k)); 183 CacheEntry *q = (CacheEntry *) hash_get(Fcache, Fkey(p->rname,'o',k)); 187 fprintf(stderr, "cache for FOLLOW(%s,%d):", p->rname,k); 213 if (! MR_AmbSourceSearch) FoPush(p->rname, k); /* Attempting FOLLOW */ 216 fprintf(stderr, "-->FOLLOW(%s,%d)\n", p->rname,k); 240 CacheEntry *q = newCacheEntry( Fkey(p->rname,' [all...] |
| H A D | pred.c | 272 fprintf(stderr, "Junction(in %s)", j->rname); 306 fprintf(stderr, "RuleRef(in %s)\n", r->rname); 310 fprintf(stderr, "TokenNode(in %s)%s\n", t->rname, TokenString(t->token));
|
| H A D | build.c | 149 a->rname = CurRule; /* MR10 */ 659 p->rname = CurRule; 693 p->rname = CurRule; 732 p->rname = CurRule;
|
| H A D | mrhoist.c | 255 i,rrn->rname,rrn->line,FileStr[rrn->file],rrn->text); 261 count,lastOne->rname,lastOne->line,FileStr[lastOne->file]); 409 p->source->rname,p->source->line,FileStr[p->source->file]); 1097 thisAlt->rname=j->rname; 2216 strncpy(ruleNameStatic1,n->rname,ruleNameMax); 2498 re=(RuleEntry *) hash_get(Rname,p->rname); 2508 fprintf(f," %s",RulePtr[e]->rname); 2968 q = (RuleEntry *) hash_get(Rname,mark->rname); 3025 fprintf(stderr," %s",RulePtr[*cursor]->rname); [all...] |
| H A D | gen.c | 193 if ( GenCC ) {gen1("zzTRACEOUT(\"%s\");\n", q->rname);} 194 else gen1("zzTRACEOUT((ANTLRChar *)\"%s\");\n", q->rname); 2034 r2 = (RuleEntry *) hash_get(Rname, p->rname); 2267 r = (RuleEntry *) hash_get(Rname, p->rname); 3366 CurRule=q->rname; /* MR11 */ 3368 r = (RuleEntry *) hash_get(Rname, q->rname); 3392 fprintf(stderr," rule %s\n",q->rname); 3397 if (strcmp(q->rname,"***debug***") == 0) { 3398 fprintf(stderr,"***debug*** %s reached\n",q->rname); 3473 /* MR10 */ if ( GenCC ) {gen1("zzTRACEIN(\"%s\");\n", q->rname);} [all...] |
| H A D | fset2.c | 546 decodeJType[p->jtype], ((Junction *)p)->rname); 603 fprintf(stderr, "blk(%s) returns:",((Junction *)p)->rname); preorder(r); fprintf(stderr, "\n"); 1848 strcmp(MR_AmbAidRule,alt1->rname) == 0 || 1849 strcmp(MR_AmbAidRule,alt2->rname) == 0 || 1948 strcmp(MR_AmbAidRule,alt1->rname) == 0 || 1949 strcmp(MR_AmbAidRule,alt2->rname) == 0 || 2118 fprintf(f," %2d %-30s",itemCount,j->rname); 2124 fprintf (f," %2d end %-26s",itemCount,j->rname);
|
| H A D | antlr.g | 906 if ( q!=NULL ) CurRuleBlk->rname = q->str;
1093 predExpr->source->rname=CurPredName;
|
| H A D | antlr.c | 656 if ( q!=NULL ) CurRuleBlk->rname = q->str; 923 predExpr->source->rname=CurPredName;
|
| /vbox/src/VBox/Devices/PC/ipxe/src/net/udp/ |
| H A D | dns.c | 111 * @v rname Reply name 117 const char *rname ) { 122 /* Obtain next section of rname */ 123 while ( ( *rname ) & 0xc0 ) { 124 rname = ( ( ( char * ) reply ) + 125 ( ntohs( *((uint16_t *)rname) ) & ~0xc000 )); 128 if ( *rname != *qname ) 135 if ( *(rname++) != *(qname++) )
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | instrumt.c | 116 const char **qname = &qn, **rname = &rn, **desc = &dn; local 127 PR_GET_COUNTER_NAME_FROM_HANDLE( rh, qname, rname, desc ); 144 const char **qname = &qn, **rname = &rn, **desc = &dn; local 154 PR_GET_TRACE_NAME_FROM_HANDLE( rh, qname, rname, desc );
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | dt_provider.c | 516 const char *fname, const char *rname, uint32_t offset, int isenabled) 527 ((rname == NULL && pip->pi_rname[0] == '\0') || 528 (rname != NULL && strcmp(pip->pi_rname, rname)) == 0)) 550 if (rname != NULL) { 551 if (strlen(rname) + 1 > sizeof (pip->pi_rname)) { 556 (void) strcpy(pip->pi_rname, rname); 596 rname != NULL ? rname : fname); 515 dt_probe_define(dt_provider_t *pvp, dt_probe_t *prp, const char *fname, const char *rname, uint32_t offset, int isenabled) argument
|