PVAL              120 st.c           #define PVAL_SET(table, i, v) (PVAL((table), (i)) = (v))
PVAL              396 st.c           	    if (value != 0) *value = PVAL(table, i);
PVAL              677 st.c           	    if (value != 0) *value = PVAL(table, i);
PVAL              713 st.c           	    if (value != 0) *value = PVAL(table, i);
PVAL              751 st.c                   if (value != 0) *value = PVAL(table, 0);
PVAL              819 st.c           	    value = PVAL(table, i);
PVAL              900 st.c           	    val = PVAL(table, i);
PVAL              988 st.c           	    val = PVAL(table, i);
PVAL             1098 st.c           	    *values++ = PVAL(table, i);
PVAL             1143 st.c           	    val = PVAL(table, i);
PVAL             1232 st.c           	    val = PVAL(table, i);