Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Didparam.c162 dict_int_array_check_param(const ref * pdict, const char *kstr, uint len, in dict_int_array_check_param() function
206 return dict_int_array_check_param(pdict, kstr, maxlen, ivec, in dict_int_array_param()
213 return dict_int_array_check_param(pdict, kstr, len, ivec, in dict_ints_param()
H A Didparam.h71 int dict_int_array_check_param(const ref * pdict, const char *kstr,
H A Dzimage3.c104 code = dict_int_array_check_param(op, "MaskColor", num_components * 2, in zimage4()