Home
last modified time | relevance | path

Searched refs:outname (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1282 int indent=tp->indent, outname=0, isfun; in print_namval() local
1302outname = (*tp->prefix=='t' && (!nv_isnull(np) || nv_isattr(np,NV_FLOAT|NV_RDONLY|NV_BINARY|NV_RJ… in print_namval()
1303 if(indent && (isfun || outname || *tp->prefix!='t')) in print_namval()
1396 else if(outname || (tp->scanmask && tp->scanroot==tp->sh->var_tree)) in print_namval()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c262 char *outname; /* Name of the current output file */ member
1364 lem.tokenprefix = lem.outname = lem.extracode = 0;
2522 if( lemp->outname ) free(lemp->outname);
2523 lemp->outname = file_makename(lemp, suffix);
2524 fp = fopen(lemp->outname,mode);
2526 fprintf(stderr,"Can't open file \"%s\".\n",lemp->outname);
2858 fprintf(out,"\n#line %d \"%s\"\n",*lineno+2,lemp->outname); (*lineno)+=2;
2899 fprintf(out,"}\n#line %d \"%s\"\n",*lineno,lemp->outname);
2967 fprintf(out,"}\n#line %d \"%s\"\n",*lineno,lemp->outname);