Lines Matching refs:args
40 unsigned int args[4]; in init() local
49 args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
50 args[1] = ONIG_TYPE_CHAR; in init()
52 BC_B_O(name, max, 2, args, 1, opts); in init()
55 args[0] = ONIG_TYPE_LONG; opts[0].l = ONIG_ABORT; in init()
56 BC_P_O(name, error, 1, args, 1, opts); in init()
59 args[0] = ONIG_TYPE_CHAR; opts[0].c = '>'; in init()
60 BC_B_O(name, count, 1, args, 1, opts); in init()
63 args[0] = ONIG_TYPE_CHAR; opts[0].c = '>'; in init()
64 BC_B_O(name, total_count, 1, args, 1, opts); in init()
67 args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
68 args[1] = ONIG_TYPE_STRING; in init()
69 args[2] = ONIG_TYPE_TAG | ONIG_TYPE_LONG; in init()
70 BC_P(name, cmp, 3, args); in init()