Home
last modified time | relevance | path

Searched defs:tildexp (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dlog_mysql_p.h28 static int tildexp; variable
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dconftree.cpp205 ConfSimple::ConfSimple(int readonly, bool tildexp, bool trimv) in ConfSimple()
218 ConfSimple::ConfSimple(const string& d, int readonly, bool tildexp, bool trimv) in ConfSimple()
227 ConfSimple::ConfSimple(const char *fname, int readonly, bool tildexp, in ConfSimple()
/dports/deskutils/recoll/recoll-1.31.2/python/recoll/recoll/
H A Dconftree.py36 def __init__(self, confname, tildexp = False, readonly = True): argument