Searched refs:in_fl (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c125 int in_fl; /* flag which says if this level is controlled by {} */ member in struct:instk
416 is->in_fl = 0;
458 is->in_fl = 0;
517 if (ISSOU(pstk->in_t) && pstk->in_fl)
521 if (pstk->in_fl)
912 pstk->in_fl = 1; /* mark lbrace */
937 if(!pstk->in_fl)
942 pstk->in_fl = 0; /* cancel { */
1013 while (pstk->in_prev && pstk->in_fl == 0)
1097 if ((g = pstk->in_fl)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c125 int in_fl; /* flag which says if this level is controlled by {} */ member in struct:instk
416 is->in_fl = 0;
458 is->in_fl = 0;
517 if (ISSOU(pstk->in_t) && pstk->in_fl)
521 if (pstk->in_fl)
912 pstk->in_fl = 1; /* mark lbrace */
937 if(!pstk->in_fl)
942 pstk->in_fl = 0; /* cancel { */
1013 while (pstk->in_prev && pstk->in_fl == 0)
1097 if ((g = pstk->in_fl)
[all...]

Completed in 44 milliseconds