Home
last modified time | relevance | path

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

/dports/sysutils/ddpt/ddpt-0.95/src/
H A Dddpt_cl.c871 int jf_depth) in jf_process() argument
881 ++jf_depth; in jf_process()
882 if (jf_depth > DDPT_MAX_JF_DEPTH) { in jf_process()
884 jf_depth); in jf_process()
892 jf_depth, strerror(errno)); in jf_process()
935 ret = cl_process(op, argc, argv, version_str, jf_depth); in jf_process()
938 jf_name, jf_depth, k + 1); in jf_process()
950 jf_depth, DDPT_MAX_JF_LINES); in jf_process()
961 const char * version_str, int jf_depth) in cl_process() argument
1344 res = jf_process(op, str, version_str, jf_depth); in cl_process()
[all …]
H A Dddpt.h549 const char * version_str, int jf_depth);
H A Dddpt.c2509 int jf_depth = 0; in main() local
2517 ret = cl_process(op, argc, argv, ddpt_version_str, jf_depth); in main()