Home
last modified time | relevance | path

Searched refs:DOTEMP_ (Results 1 – 2 of 2) sorted by relevance

/openbsd/bin/ksh/
H A Dtree.h122 #define DOTEMP_ BIT(8) /* ditto : in word part of ${..[%#=?]..} */ macro
H A Deval.c339 DOTEMP_; in expand()
364 f |= DOTEMP_; in expand()
373 f |= DOTEMP_; in expand()
673 if (!(f & DOTEMP_) && !saw_eq) { in expand()
680 if (!(f & DOTEMP_) && (f & DOASNTILDE)) in expand()