1: /* $Header: sw.h,v 4.3 85/05/01 11:51:07 lwall Exp $ 2: * 3: * $Log: sw.h,v $ 4: * Revision 4.3 85/05/01 11:51:07 lwall 5: * Baseline for release with 4.3bsd. 6: * 7: */ 8: 9: #ifdef INNERSEARCH 10: EXT int gline INIT(0); 11: #endif 12: 13: void sw_init(); 14: void sw_file(); 15: void sw_list(); 16: void decode_switch(); 17: void pr_switches(); 18: void cwd_check();