Searched refs:startln (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_hints.c | 122 res_find(char **hintp_cookie, int *line, int *startln, in res_find() argument 246 if (startln && *startln >= 0 && *line < *startln) in res_find() 297 if (startln) /* line number for anchor */ in res_find() 298 *startln = *line + 1; in res_find() 307 resource_find(int *line, int *startln, in resource_find() argument 320 i = res_find(&hintp, line, startln, name, unit, resname, value, in resource_find() 329 i = res_find(&hintp, line, startln, name, &un, resname, value, in resource_find()
|