Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexec.c1786 int IntExpression(expr, p_ival, orig_cmd) in IntExpression() argument
1788 int *p_ival;
1795 case INT_VAL: if (p_ival != NULL) *p_ival = v.val.i; return TRUE;