Lines Matching refs:defhlp
245 char *defhlp; in ckpath_err() local
255 defhlp = sethlp(pflags); in ckpath_err()
256 puterror(stdout, defhlp, error); in ckpath_err()
257 free(defhlp); in ckpath_err()
263 char *defhlp; in ckpath_hlp() local
265 defhlp = sethlp(pflags); in ckpath_hlp()
266 puthelp(stdout, defhlp, help); in ckpath_hlp()
267 free(defhlp); in ckpath_hlp()
274 char *defhlp, in ckpath() local
289 defhlp = sethlp(pflags); in ckpath()
294 free(defhlp); in ckpath()
301 free(defhlp); in ckpath()
308 puthelp(stderr, defhlp, help); in ckpath()
312 free(defhlp); in ckpath()
323 free(defhlp); in ckpath()