Home
last modified time | relevance | path

Searched refs:b_fsfx (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sdas/linksrc/
H A Dlkbank.c185 if (bp->b_fsfx == NULL) { in newbank()
186 bp->b_fsfx = strsto(id); in newbank()
188 if (!symeq(bp->b_fsfx, id, 1)) { in newbank()
488 strcpy(str + idx, bp->b_fsfx); in lkfopen()
H A Daslink.h619 char * b_fsfx; /* Bank File Suffix / File Specification */ member