Searched refs:incomplete (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfcache.c96 if (q->incomplete) fprintf(stdout," *** incomplete ***");
H A Dmrhoist.c848 set MR_First(int ck,Junction *j,set *incomplete) argument
850 set MR_First(ck,j,incomplete)
853 set *incomplete;
865 REACH(p,ck,incomplete,tokensUsed);
919 void MR_complete_set(int predDepth,set *tokensUsed,set *incomplete) argument
921 void MR_complete_set(predDepth,tokensUsed,incomplete)
924 set *incomplete;
934 if (set_int(*incomplete) > (unsigned) predDepth) {
961 while ( !set_nil(*incomplete) ) {
962 k2=set_int(*incomplete);
984 MR_complete_tree(int predDepth,Tree **t,set *incomplete) argument
1428 set incomplete; local
2690 set incomplete; local
[all...]
H A Dgeneric.h150 int incomplete; /* only w/FOLLOW sets. Use only if complete */ member in struct:_f
H A Dfset2.c1721 set incomplete; local
1766 incomplete=empty;
1772 TRAV(MR_AmbSourceSearchJ[i],maxk,&incomplete,t);
1776 require (set_nil(incomplete),"MR_traceAmbSourceK TRAV incomplete");
1779 set_free(incomplete);
1942 set incomplete; local
2015 incomplete=empty;
2020 REACH(p[i],depth,&incomplete,tokensUsed);
2025 require (set_nil(incomplete),"MR_traceAmbSourc
[all...]
H A Dfset.c189 if ( q->incomplete ) fprintf(stderr, " (incomplete)");
192 if ( !q->incomplete )
259 if ( set_nil(a) && !q->incomplete )
272 if ( q->incomplete ) fprintf(stderr, " (incomplete)");
H A Dproto.h497 extern set MR_First(int ck,Junction *j,set *incomplete); /* MR10 */
H A Dmisc.c788 * Mark all FOLLOW sets for rules in cycle as incomplete.
850 /* Mark all dependent rules as incomplete */
857 f->incomplete = TRUE;
927 g->incomplete = FALSE;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DHTMLParser.py18 incomplete = re.compile('&[a-zA-Z#]') variable
192 match = incomplete.match(rawdata, i)
197 # incomplete
277 # or -1 if incomplete.
307 # Internal -- parse endtag, return end or -1 if incomplete
H A Dsgmllib.py25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|' variable
153 # incomplete
199 # We get here only if incomplete matches but
201 match = incomplete.match(rawdata, i)
208 break # Really incomplete
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlua.c243 /* mark in error messages for incomplete statements */
247 static int incomplete (lua_State *L, int status) { function
290 if (!incomplete(L, status)) break; /* cannot try to add lines? */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DHTMLParser.py17 incomplete = re.compile('&[a-zA-Z#]') variable
212 match = incomplete.match(rawdata, i)
217 # incomplete
333 # or -1 if incomplete.
365 # Internal -- parse endtag, return end or -1 if incomplete

Completed in 60 milliseconds