Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dgram.expr96 { $$ = mkbitcon(4, toklen, token); }
98 { $$ = mkbitcon(3, toklen, token); }
100 { $$ = mkbitcon(1, toklen, token); }
H A Ddefs.h464 struct bigblock *mkintcon(ftnint), *mkbitcon(int, int, char *),
H A Dexpr.c116 struct bigblock *mkbitcon(shift, leng, s) in mkbitcon() function