Lines Matching defs:matched
3018 int matched;
3023 matched = tokenize(levelstr, ':', 2, &sens, &cats);
3024 if (matched < 1 || matched > 2) {
3032 if (matched == 2) {
3082 int matched;
3088 matched = tokenize(contextstr, ':', 4, &user, &role, &type, &level);
3089 if (matched < 3 || matched > 4) {
3097 if (matched == 3) {
3130 int matched;
3148 matched = tokenize(tmp, ':', 3, &user, &seuser, &level);
3150 if (matched < 2 || matched > 3) {
3162 switch (matched) {
3214 int matched;
3239 matched = tokenize(tmp, ' ', 4, &user_str, &user, &prefix_str, &prefix);
3240 if (matched != 4) {
3286 int matched;
3309 matched = tokenize(tmp, ' ', 3, ®ex, &mode, &context);
3310 if (matched < 2 || matched > 3) {
3316 if (matched == 2) {