Lines Matching refs:defhlp
115 char *defhlp; in ckstr_err() local
127 defhlp = sethlp(temp, regexp, length); in ckstr_err()
128 puterror(stdout, defhlp, error); in ckstr_err()
134 char *defhlp; in ckstr_hlp() local
137 defhlp = sethlp(hlpbuf, regexp, length); in ckstr_hlp()
138 puthelp(stdout, defhlp, help); in ckstr_hlp()
146 char *defhlp; in ckstr() local
151 defhlp = NULL; in ckstr()
170 if (defhlp == NULL) in ckstr()
171 defhlp = sethlp(hlpbuf, regexp, length); in ckstr()
172 puthelp(stderr, defhlp, help); in ckstr()