Searched refs:ESTCDIRSTR (Results 1 – 12 of 12) sorted by relevance
/dports/textproc/hyperestraier/hyperestraier-1.4.13/ |
H A D | myconf.h | 266 #define ESTCDIRSTR "." macro 279 #define ESTCDIRSTR "." macro
|
H A D | estfraud.c | 189 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 D | estsupt.c | 211 strcmp(rp, ESTCDIRSTR) && strcmp(rp, ESTPDIRSTR)){ in realmain()
|
H A D | mastermod.c | 626 if(!strcmp(file, ESTCDIRSTR) || !strcmp(file, ESTPDIRSTR)) continue; in nmgr_load()
|
H A D | estcmd.c | 1404 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 D | estproxy.c | 1802 tmpdir = ESTCDIRSTR; in sendpagewithxcmd()
|
H A D | wavermod.c | 1864 tmpdir = ESTCDIRSTR; in make_doc_with_xcmd()
|
H A D | estraier.c | 3348 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 D | estmaster.c | 765 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 D | estcommon.h | 111 #define ESTCDIRSTR "." /* string of current directory */ macro
|
H A D | estindex.c | 297 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 D | estserver.c | 883 sprintf(path, "%s%s", ESTCDIRSTR, tmp); in urltofile() 1288 if(!strcmp(name, ESTCDIRSTR) || !strcmp(name, ESTPDIRSTR)) continue; in senddirview()
|