Searched refs:FILTER (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/INIT/
H A Dregress.sh256 EMPTY FILTER
749 FILTER[$op]=
757 FILTER[$op]=$1
760 -e*) FILTER[$op]=${1#-e}
1066 if [[ ${FILTER[$op]} ]]
1067 then eval "{ ${FILTER[$op]} ;} < $i > $i.fi"
1337 typeset -A SAME VIEWS FILE TYPE READONLY FILTER
/ast/src/cmd/ksh93/tests/
H A Darrays.sh477 FILTER=(typeset scope)
478 FILTER[0].scope=include
479 FILTER[1].scope=exclude
480 [[ ${#FILTER[@]} == 2 ]] || err_exit "FILTER array should have two elements not ${#FILTER[@]}"
/ast/src/cmd/html/
H A Dhtmlrefs.c147 #define FILTER 0x020 macro
790 ref->flags |= FILTER;
1095 if (fp->flags & FILTER)
1113 else if (state->symlink && !(fp->flags & (COPY|FILTER)))
1136 if (fp->flags & FILTER)

Completed in 28 milliseconds