Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.h154 #define V_NONE 0 macro
H A Dvar.c905 return tp && (tp->flag & ISSET) ? tp->type : V_NONE; in special()