HomeSort by relevance Sort by last modified time
    Searched refs:trm_perm (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 1120 trm_perm( Tree *t, Tree *p ) function
1122 trm_perm( t, p )
1128 fprintf(stderr, "trm_perm(");
1135 t->down = trm_perm(t->down, p);
1140 return trm_perm(u, p);
1142 t->right = trm_perm(t->right, p); /* look for more instances of p */
1147 t->right = trm_perm(t->right, p);
1150 t->down = trm_perm(t->down, p->down);
1155 return trm_perm(u, p);
1157 t->right = trm_perm(t->right, p); /* look for more instances of p */
    [all...]
proto.h 344 extern Tree * trm_perm( Tree *, Tree * );
625 extern Tree * trm_perm();
    [all...]
fset.c     [all...]

Completed in 56 milliseconds