Home
last modified time | relevance | path

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

/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Djim-nvp.c111 Jim_Nvp **puthere) in Jim_Nvp_name2value_obj_nocase() argument
117 Jim_Nvp **puthere) in Jim_Nvp_name2value_nocase() argument
123 if (puthere) in Jim_Nvp_name2value_nocase()
200 if (puthere) in Jim_GetOpt_Obj()
201 *puthere = o; in Jim_GetOpt_Obj()
217 if (puthere) { in Jim_GetOpt_String()
218 *puthere = cp; in Jim_GetOpt_String()
231 puthere = &_safe; in Jim_GetOpt_Double()
249 puthere = &_safe; in Jim_GetOpt_Wide()
264 puthere = &_safe; in Jim_GetOpt_Nvp()
[all …]
H A Djim-nvp.h240 int Jim_GetOpt_Obj(Jim_GetOptInfo *goi, Jim_Obj **puthere);
248 int Jim_GetOpt_String(Jim_GetOptInfo *goi, const char **puthere, int *len);
256 int Jim_GetOpt_Double(Jim_GetOptInfo *goi, double *puthere);
263 int Jim_GetOpt_Wide(Jim_GetOptInfo *goi, jim_wide *puthere);
272 int Jim_GetOpt_Nvp(Jim_GetOptInfo *goi, const Jim_Nvp *lookup, Jim_Nvp **puthere);
327 int Jim_GetOpt_Enum(Jim_GetOptInfo *goi, const char *const *lookup, int *puthere);
/dports/devel/openocd/openocd-0.11.0/src/flash/nor/
H A Dat91sam4.c1762 static int FLASHD_GetGPNVM(struct sam4_bank_private *pPrivate, unsigned gpnvm, unsigned *puthere) in FLASHD_GetGPNVM() argument
1788 if (puthere) { in FLASHD_GetGPNVM()
1791 *puthere = (v >> gpnvm) & 1; in FLASHD_GetGPNVM()
H A Dat91sam3.c2267 static int FLASHD_GetGPNVM(struct sam3_bank_private *pPrivate, unsigned gpnvm, unsigned *puthere) in FLASHD_GetGPNVM() argument
2293 if (puthere) { in FLASHD_GetGPNVM()
2296 *puthere = (v >> gpnvm) & 1; in FLASHD_GetGPNVM()