Home
last modified time | relevance | path

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

/freebsd/bin/test/
H A Dtest.c417 find_op_1char(const struct t_op *op, const struct t_op *end, const char *s) in find_op_1char() function
447 return find_op_1char(ops1, (&ops1)[1], s); in find_op()
449 return s[0] == '-' ? find_op_1char(opsm1, (&opsm1)[1], s + 1) : in find_op()