Lines Matching defs:fab
1702 struct FAB fab;1755 /* Allocate and initialize a FAB and NAM structures. */1756 fab = cc$rms_fab;1763 fab.fab$l_fna = tryfile;1764 fab.fab$b_fns = strlen (tryfile);1765 fab.fab$l_nam = &nam;1768 status = SYS$PARSE (&fab, 0, 0);1775 status = SYS$SEARCH (&fab, 0, 0);
Indexes created Wed Mar 25 00:23:37 UTC 2026