Searched refs:_ProtoCfg (Results 1 – 6 of 6) sorted by relevance
733 extern char _ProtoCfg[]; in setconfig()749 if (_ProtoCfg[0] != '\0') { in setconfig()754 _ProtoCfg); in setconfig()756 (void) strcpy(_ProtoCfg, tok); in setconfig()
38 static char _ProtoCfg[40]; /* protocol string from Config file */ variable
34 static char _ProtoCfg[]; /* protocol string from Config file entry */ variable
748 extern char _ProtoCfg[]; in setconfig()763 if ( _ProtoCfg[0] != '\0' ) { in setconfig()765 DEBUG(7, "overrides %s\n", _ProtoCfg); in setconfig()767 strcpy(_ProtoCfg, tok); in setconfig()
37 GLOBAL char _ProtoCfg[40]=""; /* protocol string from Config file */ variable
39 EXTERN char _ProtoCfg[]; /* protocol string from Config file entry */ variable409 if ( _ProtoCfg[0] != '\0' )410 addProto(_ProtoCfg, valid);