Home
last modified time | relevance | path

Searched refs:feptr (Results 1 – 4 of 4) sorted by relevance

/dports/mail/courier/courier-0.65.3/courier/libs/
H A Dcomaliases3.C15 feptr=list.c_str(); in StartForEach()
23 if (!feptr || !*feptr) in NextForEach()
31 feptr=list.c_str(); in NextForEach()
34 for (l=0; feptr[l] && feptr[l] != '\n'; l++) in NextForEach()
37 buf=std::string(feptr, feptr+l); in NextForEach()
38 feptr += l; in NextForEach()
39 if (*feptr) ++feptr; in NextForEach()
H A Daliases.h36 const char *feptr; // When stepping through list, points to the variable
39 AliasRecord() : gdbm(0), recnum(0), feptr(0) in AliasRecord()
42 AliasRecord(DbObj &d) : gdbm(&d), recnum(0), feptr(0) in AliasRecord()
H A Dcomaliases1.C16 feptr=0; in Init()
22 feptr=0; in Init()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dfiletypes.cpp270 const char* feptr; in fn2ftp() local
281 feptr = &(fn[len - 4]); in fn2ftp()
292 if (gmx_strcasecmp(feptr, eptr) == 0) in fn2ftp()