Home
last modified time | relevance | path

Searched refs:skippath (Results 1 – 11 of 11) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Ddbman.py451 def existing_name(self, name, skippath=None): argument
459 if path == skippath:
625 if self.existing_name(new_text, skippath=path):
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c456 (void)allocstring(&libn, skippath(libf), el_tempcluster); in us_library()
738 libn = skippath(par[1]); in us_library()
771 libn = skippath(par[1]); in us_library()
H A Dusrcomrs.c515 ch = skippath(pt); in us_rename()
553 ch = skippath(newfile); in us_rename()
H A Dusr.c573 libname = skippath(us_firstlibrary); in us_do3init()
H A Dusrnet.c6406 libname = skippath(start); in us_arrayfromfile()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimspice.cpp2065 liblen = estrlen(skippath(headerpath)); in sim_spice_writeheader()
2132 liblen = estrlen(skippath(trailerpath)); in sim_spice_writetrailer()
/dports/cad/electric/electric-7.00/src/io/
H A Diogdsi.c2072 ttyputmsg(_("%s information:"), skippath(io_gdslibrary->libfile)); else in io_readgdslibrary()
H A Diobinaryi.c169 len = estrlen(skippath(io_mainlibdirectory)); in io_readbinlibrary()
1648 addstringtoinfstr(infstr, skippath(libfile)); in io_readexternalnodeproto()
H A Diotexti.c1422 addstringtoinfstr(infstr, skippath(libfile)); in io_celext()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2328 CHAR *skippath(CHAR *file);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c4008 CHAR *skippath(CHAR *file) in skippath() function