Searched refs:startln (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_hints.c | 125 res_find(char **hintp_cookie, int *line, int *startln, in res_find() argument 245 if (startln && *startln >= 0 && *line < *startln) in res_find() 296 if (startln) /* line number for anchor */ in res_find() 297 *startln = *line + 1; in res_find() 306 resource_find(int *line, int *startln, in resource_find() argument 319 i = res_find(&hintp, line, startln, name, unit, resname, value, in resource_find() 328 i = res_find(&hintp, line, startln, name, &un, resname, value, in resource_find()
|