Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Dproc.c576 autovar(int nelt, int t, bigptr lengp) in autovar() argument
582 if( ISICON(lengp) ) in autovar()
583 leng = lengp->b_const.fconst.ci; in autovar()
610 struct bigblock *mktmpn(nelt, type, lengp) in mktmpn() argument
613 bigptr lengp;
623 if( ISICON(lengp) )
624 leng = lengp->b_const.fconst.ci;
641 q = autovar(nelt, type, lengp);
649 struct bigblock *fmktemp(type, lengp) in fmktemp() argument
651 bigptr lengp;
[all …]