1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ 2: 3: /* 4: $Header: b3sou.h,v 1.4 85/08/22 16:44:42 timo Exp $ 5: */ 6: 7: /* bsou.h: sources */ 8: 9: bool is_unit(); /* enquire if a keyword is a unit */ 10: value permkey(); /* get key of b_perm table */ 11: bool p_exists(); /* enquire if a unit is filed */ 12: value get_pname(); /* get (perm) name of a unit or target */ 13: value tarvalue(); /* value of target */ 14: 15: /* Procedure def_unit(); */ /* enter a keyword into the list of units */ 16: /* Procedure rem_unit() */ /* remove a unit from the internal adm. */ 17: /* Procedure p_name_type(); */ /* get name and type of a unit or target */ 18: /* Procedure special(); */ /* execute a special command */ 19: /* Procedure vs_ifile(); */ /* restore the input file */ 20: /* Procedure getprmnv(); */ /* create the permanent environment */ 21: /* Procedure putprmnv(); */ /* output the permanent environment */ 22: /* Procedure initsou(); */ /* init sources */ 23: /* Procedure lst_uhds(); */ /* listing of unit headings */