Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Deval.c624 DOPAT | DOTEMP; in expand()
653 f |= DOTEMP; in expand()
663 f |= DOTEMP; in expand()
988 if (!(f & DOTEMP) && !saw_eq && in expand()
998 if (!(f & DOTEMP) && (f & DOASNTILDE)) in expand()
Dsh.h1395 #define DOTEMP BIT(8) /* dito: in word part of ${..[%#=?]..} */ macro