Home
last modified time | relevance | path

Searched refs:ESTCDIRSTR (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Dmyconf.h266 #define ESTCDIRSTR "." macro
279 #define ESTCDIRSTR "." macro
H A Destfraud.c189 if(strstr(idxname, ESTPATHSTR ESTCDIRSTR ESTPATHSTR) || in realmain()
863 if(!strcmp(name, ESTCDIRSTR) || !strcmp(name, ESTPDIRSTR)) continue; in sendnodecmdeditdoc()
960 if(!strcmp(name, ESTCDIRSTR) || !strcmp(name, ESTPDIRSTR)) continue; in procpostcmdoutdoc()
1003 if(!strcmp(name, ESTCDIRSTR) || !strcmp(name, ESTPDIRSTR)) continue; in procpostcmdsync()
H A Destsupt.c211 strcmp(rp, ESTCDIRSTR) && strcmp(rp, ESTPDIRSTR)){ in realmain()
H A Dmastermod.c626 if(!strcmp(file, ESTCDIRSTR) || !strcmp(file, ESTPDIRSTR)) continue; in nmgr_load()
H A Destcmd.c1404 if(!dirname) dirname = ESTCDIRSTR; in runscandir()
2401 if(!strcmp(tmp, ESTCDIRSTR) || !strcmp(tmp, ESTPDIRSTR)) continue; in procgather()
2951 if(!strcmp(tmp, ESTCDIRSTR) || !strcmp(tmp, ESTPDIRSTR)) continue; in procscandir()
H A Destproxy.c1802 tmpdir = ESTCDIRSTR; in sendpagewithxcmd()
H A Dwavermod.c1864 tmpdir = ESTCDIRSTR; in make_doc_with_xcmd()
H A Destraier.c3348 if(!strcmp(file, ESTCDIRSTR) || !strcmp(file, ESTPDIRSTR)) continue; in est_db_add_pseudo_index()
5554 if(!strcmp(file, ESTCDIRSTR) || !strcmp(file, ESTPDIRSTR)) continue; in est_rmdir_rec()
5572 GetFullPathName(ESTCDIRSTR, ESTPATHBUFSIZ, pbuf, &p) == 0){ in est_realpath()
5583 if(path[0] == ESTPATHCHR || !realpath(ESTCDIRSTR, pbuf)){ in est_realpath()
7004 if(!strcmp(file, ESTCDIRSTR) || !strcmp(file, ESTPDIRSTR)) continue; in est_idx_open()
H A Destmaster.c765 if(!strcmp(name, ESTCDIRSTR) || !strcmp(name, ESTPDIRSTR)) continue; in startup()
6288 if(!strcmp(elem, ESTCDIRSTR) || !strcmp(elem, ESTPDIRSTR) || elem[0] == ESTEXTCHR) in sendfiledata()
/dports/textproc/estraier/estraier-1.2.30/
H A Destcommon.h111 #define ESTCDIRSTR "." /* string of current directory */ macro
H A Destindex.c297 if(!dir) dir = ESTCDIRSTR; in runregister()
843 if(!strcmp(file, ESTCDIRSTR) || !strcmp(file, ESTPDIRSTR)) continue; in indexdir()
1600 if(cbstrfwmatch(path, ESTCDIRSTR) && path[sizeof(ESTCDIRSTR)-1] == ESTPATHCHR) in docltitle()
1601 path += sizeof(ESTCDIRSTR); in docltitle()
H A Destserver.c883 sprintf(path, "%s%s", ESTCDIRSTR, tmp); in urltofile()
1288 if(!strcmp(name, ESTCDIRSTR) || !strcmp(name, ESTPDIRSTR)) continue; in senddirview()