Searched refs:bof (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c736 bof(fcode_env_t *env) function
1038 P1275(0x01c, DEFINER, "b(of)", bof);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c2203 bool bof = FALSE; local
2506 bof = PL_rsfp ? TRUE : FALSE;
2535 else if (bof &&
2554 /* This loses the possibility to detect the bof
2559 bof = PerlIO_tell(PL_rsfp) == SvCUR(PL_linestr);
2561 bof = PerlIO_tell(PL_rsfp) == (Off_t)SvCUR(PL_linestr);
2563 if (bof) {

Completed in 39 milliseconds