Home | History | Annotate | Download | only in vms

Lines Matching refs:parse

135 $!                   symbol tool_main needs to be quoted when parse style is
169 $ proc_dev = f$parse(proc, , , "DEVICE")
170 $ proc_dir = f$parse(proc, , , "DIRECTORY")
171 $ proc_name = f$parse(proc, , , "NAME")
172 $ proc_type = f$parse(proc, , , "TYPE")
175 $! Have to manually parse the device for a search list.
176 $! Can not use the f$parse() as it will return the first name
234 $! There is no 7.4, so that simplifies the parse a bit.
884 $! Alpha and IA64 need tool_main quoted in exact case when parse style is
950 f$edit(f$parse(file, , , "NAME", "SYNTAX_ONLY"), "UPCASE") + -
957 $ objfile = f$parse("''objdir'.OBJ;", file)
998 $ typ = f$edit(f$parse(file, , , "TYPE"), "UPCASE") - "."