Lines Matching defs:fab
121 struct FAB fab;175 /* Allocate and initialize a FAB and NAM structures. */176 fab = cc$rms_fab;183 fab.fab$l_fna = tryfile;184 fab.fab$b_fns = strlen (tryfile);185 fab.fab$l_nam = &nam;188 status = SYS$PARSE (&fab, 0, 0);198 status = SYS$SEARCH (&fab, 0, 0);
Indexes created Sun Mar 29 00:23:15 UTC 2026