Lines Matching refs:L_CURL
12 #define L_CURL '{' macro
547 if (c == L_CURL) in keyword()
687 if (*key || (!isspace(UCH(*cptr)) && *cptr != L_CURL)) in check_key()
712 if (c == L_CURL) in copy_code()
778 case L_CURL: in copy_code()
925 case L_CURL: in copy_union()
1111 case L_CURL: in copy_param()
1170 if ((state == 2) && (c == L_CURL)) in copy_param()
1178 else if ((c != L_CURL) && (c != R_CURL)) in copy_param()
2708 if (*after_blanks(cptr) == L_CURL) in copy_action()
2932 putc(L_CURL, f); in copy_action()
2944 if (c == L_CURL && !haveyyval) in copy_action()
2989 case L_CURL: in copy_action()
3005 if (c == L_CURL && !haveyyval) in copy_action()
3054 if (*cptr == L_CURL) in get_code()
3129 case L_CURL: in get_code()
3289 case L_CURL: in process_destructor_XX()
3414 else if (c == L_CURL || c == '=' in read_grammar()