Lines Matching refs:L_CURL
12 #define L_CURL '{' macro
623 if (c == L_CURL) in keyword()
761 if (*key || (!isspace(UCH(*cptr)) && *cptr != L_CURL)) in check_key()
796 if (c == L_CURL) in copy_code()
862 case L_CURL: in copy_code()
1010 if (c == L_CURL) in copy_union()
1057 case L_CURL: in copy_union()
1267 case L_CURL: in copy_param()
1326 if ((state == 2) && (c == L_CURL)) in copy_param()
1334 else if ((c != L_CURL) && (c != R_CURL)) in copy_param()
2939 if (*after_blanks(cptr) == L_CURL) in copy_action()
3161 putc(L_CURL, f); in copy_action()
3173 if (c == L_CURL && !haveyyval) in copy_action()
3218 case L_CURL: in copy_action()
3234 if (c == L_CURL && !haveyyval) in copy_action()
3283 if (*cptr == L_CURL) in get_code()
3354 case L_CURL: in get_code()
3514 case L_CURL: in process_destructor_XX()
3639 else if (c == L_CURL || c == '=' in read_grammar()