Home
last modified time | relevance | path

Searched refs:gotpoint (Results 1 – 7 of 7) sorted by relevance

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Du_ftn.c55 bool gotpoint = 0; in ftn_addrparse_fido() local
136 if( !gotpoint && isdigit(*s) ) in ftn_addrparse_fido()
138 gotpoint = 1; in ftn_addrparse_fido()
143 gotpoint = 1; in ftn_addrparse_fido()
155 else if( !gotpoint ) in ftn_addrparse_fido()
157 gotpoint = 1; in ftn_addrparse_fido()
169 else if( !gotpoint ) in ftn_addrparse_fido()
171 gotpoint = 1; in ftn_addrparse_fido()
203 bool gotpoint = 0; in ftn_addrparse_inet() local
217 if( !gotpoint && isdigit(*s) ) in ftn_addrparse_inet()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgftnaddr.cpp158 bool gotpoint = false; in set() local
210 gotpoint = true; in set()
214 if(not (gotzone or gotnet or gotnode or gotpoint)) in set()
232 if(not (gotzone or gotnet or gotnode or gotpoint)) in set()
243 if(gotnode and not gotpoint) in set() local
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgenode.cpp618 bool gotpoint = false; in DoKey() local
632 gotpoint = true; in DoKey()
635 if(gotzone or gotnet or gotnode or gotpoint) { in DoKey() local
640 if(gotpoint and not gotnode) in DoKey()
912 bool gotpoint = false; in Lookup() local
926 gotpoint = true; in Lookup()
929 if(gotzone or gotnet or gotnode or gotpoint) { in Lookup() local
935 if(gotpoint and not gotnode) in Lookup()
/dports/audio/din/din-52/src/
H A Ddin_info.h11 virtual void gotpoint () = 0;
H A Ddin_info.cc153 if (lis && op) lis->gotpoint (); in handle_input()
H A Ddin.h246 void gotpoint (); // for center of scaling/rotation
H A Ddin.cc4556 void din::gotpoint () { in gotpoint() function in din