Searched refs:bsx (Results 1 – 1 of 1) sorted by relevance
1502 reg_extmatch_T *six, *bsx; in syn_stack_equal() local1524 bsx = bp[i].bs_extmatch; in syn_stack_equal()1528 if (bsx == NULL || six == NULL) in syn_stack_equal()1534 if (bsx->matches[j] != six->matches[j]) in syn_stack_equal()1539 if (bsx->matches[j] == NULL in syn_stack_equal()1543 ? MB_STRICMP(bsx->matches[j], in syn_stack_equal()1545 : STRCMP(bsx->matches[j], six->matches[j]) != 0) in syn_stack_equal()