Searched refs:set_nil (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h78 extern int set_nil( set );
104 extern int set_nil();
H A Dset.c480 set_nil( set a ) function
482 set_nil( a )
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c106 while (!set_nil(unpart_chars)){
166 if (!set_nil(temp))
H A Dautomata.c308 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
341 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
H A Doutput.c852 if (set_nil(label)){
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c333 if (set_nil(s)) {
414 ! set_nil(p->scontext[1]) ||
490 if ( !set_nil(completion)) {
508 if ( ! set_nil(p->completionSet)) return 0;
509 if ( ! set_nil(p->completionTree)) return 0;
961 while ( !set_nil(*incomplete) ) {
1029 while ( !set_nil(*incomplete) ) {
1382 if (set_nil(t)) {
1510 require(set_nil(incomplete),"couldn't complete k=1");
1592 if (set_nil(setDi
[all...]
H A Dfset.c259 if ( set_nil(a) && !q->incomplete )
349 while ( !set_nil(rk) ) {
399 if (! set_nil(p->tset)) {
401 if (! set_nil(intersection)) {
416 if ( !set_nil(p->tset) ) {
636 else if ( !set_nil(alt1->fset[1]) )
1499 require(set_nil(rk), "rk != nil");
1512 while ( !set_nil(a) )
1541 require(set_nil(rk), "rk != nil");
1543 require(set_nil(r
[all...]
H A Dbits.c191 while ( !set_nil(s) )
411 if ( !set_nil(tcl) )
416 while ( !set_nil(tcl) )
565 if (!nilOK) require(!set_nil(*f), "DefErrSetForC1: nil set to dump?");
636 if (!nilOK) require(!set_nil(*f), "DefErrSetForCC1: nil set to dump?");
H A Dfset2.c725 while ( !set_nil(rk) ) { /* any k left to do? if so, link onto tree */
778 if ( !set_nil(p->tset) )
786 if (set_nil(a)) { /* MR10 */
794 for (; !set_nil(a); set_rm(e, a))
856 /* MR10 - set_nil(p->tset) isn't a good test because of ConstraintSearch */
918 if (set_nil(dif)) {
972 if (set_nil(*constrain)) {
1641 require(set_nil(rk), "rk != nil");
1697 require(set_nil(rk), "rk != nil");
1776 require (set_nil(incomplet
[all...]
H A Dmisc.c918 /******** while ( !set_nil(c->cyclicDep) ) { *****/
973 while ( !set_nil(alt->fset[k]) )
977 if ( !set_nil(alt->fset[k]) ) printf(", ");
990 while ( !set_nil(alt->fset[k]) )
994 if ( !set_nil(alt->fset[k]) ) printf(", ");
1403 for (; !set_nil(a); set_rm(e, a))
H A Dpred.c624 while ( !set_nil(a->completionSet) )
674 while ( !set_nil(a->completionTree) )
H A Dgen.c255 for (; !set_nil(a); set_rm(t, a))
471 for (; !set_nil(a); set_rm(t, a))
641 /* MR13 */ if (set_nil(scontext[1])) {
1475 if (set_nil(fset[1])) {
1482 while ( k <= limit && !set_nil(fset[k]) ) /* MR11 */
1501 if ( k<=limit && !set_nil(fset[k]) ) _gen(" && "); /* MR11 */
1508 while ( k<= limit && !set_nil(fset[k]) ) /* MR11 */
1525 if ( k <= limit && !set_nil(fset[k]) ) { firstTime=1; _gen(" && "); } /* MR11 */
2282 if ( !set_nil(p->tset) ) /* implies '.', ~Tok, or tokenclass */
2865 /* MR6 if ( LL_k>1 && !set_nil(
[all...]
H A Ddumpnode.c16 if (set_nil(s)) {
H A Dmain.c1276 if ( set_nil(e) ) return;

Completed in 615 milliseconds