Lines Matching refs:args
39 unsigned int args[4]; in init() local
48 args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
49 args[1] = ONIG_TYPE_CHAR; in init()
51 BC_B_O(name, max, 2, args, 1, opts); in init()
54 args[0] = ONIG_TYPE_LONG; opts[0].l = ONIG_ABORT; in init()
55 BC_P_O(name, error, 1, args, 1, opts); in init()
58 args[0] = ONIG_TYPE_CHAR; opts[0].c = '>'; in init()
59 BC_B_O(name, count, 1, args, 1, opts); in init()
62 args[0] = ONIG_TYPE_CHAR; opts[0].c = '>'; in init()
63 BC_B_O(name, total_count, 1, args, 1, opts); in init()
66 args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
67 args[1] = ONIG_TYPE_STRING; in init()
68 args[2] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
69 BC_P(name, cmp, 3, args); in init()