예제 #1
0
/* - .currentuserparams <name1> <value1> ... */
static int
zcurrentuserparams(i_ctx_t *i_ctx_p)
{
    return currentparams(i_ctx_p, &user_param_set);
}
예제 #2
0
/* currentxmlparams PS operator - returns dict with current xml
 * parameters.
 */
Bool currentxmlparams_(ps_context_t *pscontext)
{
  return currentparams(pscontext, ps_core_context(pscontext)->xmlparamlist) ;
}
예제 #3
0
/* - .currentsystemparams <name1> <value1> ... */
static int
zcurrentsystemparams(i_ctx_t *i_ctx_p)
{
    return currentparams(i_ctx_p, &system_param_set);
}