Lines Matching refs:args
41 unsigned int args[4]; in init() local
50 args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
51 args[1] = ONIG_TYPE_CHAR; in init()
53 BC_B_O(name, max, 2, args, 1, opts); in init()
56 args[0] = ONIG_TYPE_LONG; opts[0].l = ONIG_ABORT; in init()
57 BC_P_O(name, error, 1, args, 1, opts); in init()
60 args[0] = ONIG_TYPE_CHAR; opts[0].c = '>'; in init()
61 BC_B_O(name, count, 1, args, 1, opts); in init()
64 args[0] = ONIG_TYPE_CHAR; opts[0].c = '>'; in init()
65 BC_B_O(name, total_count, 1, args, 1, opts); in init()
68 args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
69 args[1] = ONIG_TYPE_STRING; in init()
70 args[2] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
71 BC_P(name, cmp, 3, args); in init()