Home | History | Annotate | Download | only in config

Lines Matching refs:fab

120   struct FAB fab;
176 /* Allocate and initialize a FAB and NAM structures. */
177 fab = cc$rms_fab;
184 fab.fab$l_fna = tryfile;
185 fab.fab$b_fns = strlen (tryfile);
186 fab.fab$l_nam = &nam;
189 status = SYS$PARSE (&fab, 0, 0);
196 status = SYS$SEARCH (&fab, 0, 0);