Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/rcorder/
H A Drcorder.c478 int require_flag, provide_flag, before_flag, keywords_flag; in crunch_file() local
511 require_flag = provide_flag = before_flag = keywords_flag = 0; in crunch_file()
517 provide_flag = PROVIDE_LEN; in crunch_file()
519 provide_flag = PROVIDES_LEN; in crunch_file()
535 else if (provide_flag) in crunch_file()
536 parse_provide(node, buf + provide_flag); in crunch_file()