Lines Matching refs:s01
16 subroutine s01(p) subroutine52 call s01(realfunc) ! ok54 call s01(intfunc)55 call s01(p) ! ok56 call s01(procptr()) ! ok58 call s01(intprocptr())59 call s01(null()) ! ok60 call s01(null(p)) ! ok62 call s01(null(ip))63 call s01(sin) ! ok65 call s01(null(intPtr))67 call s01(B"0101")