Home
last modified time | relevance | path

Searched refs:lastfl (Results 1 – 4 of 4) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/
H A Dmacrocache.c331 fileloc lastfl = fileloc_undefined; in macrocache_processUndefinedElements() local
350 if (fileloc_isDefined (lastfl) && fileloc_sameFile (fl, lastfl)) in macrocache_processUndefinedElements()
362 lastfl = fl; in macrocache_processUndefinedElements()
376 fileloc lastfl = fileloc_undefined; in macrocache_processFileElements() local
394 lastfl = fl; in macrocache_processFileElements()
401 return lastfl; in macrocache_processFileElements()
H A Dcontext.c3562 fileloc lastfl; in context_processMacros() local
3568 lastfl = macrocache_processFileElements (gc.mc, cbase); in context_processMacros()
3569 DPRINTF (("Processing macros: %s", fileloc_unparse (lastfl))); in context_processMacros()
3573 if (fileloc_isDefined (lastfl)) in context_processMacros()
3575 g_currentloc = fileloc_update (g_currentloc, lastfl); in context_processMacros()
/dports/devel/tass64/64tass-1.56.2625-src/
H A Derror.c277 static struct file_listnode_s *lastfl; variable
282 lastfl->flist.file = file; in enterfile()
283 lastfl->flist.epoint = *epoint; in enterfile()
284 b = avltree_insert(&lastfl->node, &cflist->members, file_list_compare); in enterfile()
286 lastfl->parent = cflist; in enterfile()
287 avltree_init(&lastfl->members); in enterfile()
288 cflist = lastfl; in enterfile()
295 lastfl = &file_lists->file_lists[file_listsp]; in enterfile()
1556 lastfl = &file_lists->file_lists[file_listsp]; in err_init()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsfd.c7276 FeatureScriptLangList *fl, *lastfl; in SFDParseLookup() local
7347 lastfl = NULL; in SFDParseLookup()
7353 if ( lastfl==NULL ) in SFDParseLookup()
7356 lastfl->next = fl; in SFDParseLookup()
7357 lastfl = fl; in SFDParseLookup()