Searched refs:L_CURL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dreader.c12 #define L_CURL '{' macro
374 if (c == L_CURL)
628 case L_CURL:
814 case L_CURL:
869 if ((state == 2) && (c == L_CURL))
877 else if ((c != L_CURL) && (c != R_CURL))
2256 if (*after_blanks(cptr) == L_CURL)
2471 putc(L_CURL, f);
2483 if (c == L_CURL && !haveyyval)
2529 case L_CURL
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Dinfocmp.c47 #define L_CURL "{" macro
1100 (void) printf("static char %s[] = %s\n", name_initializer("bool"), L_CURL);
1125 (void) printf("static short %s[] = %s\n", name_initializer("number"), L_CURL);
1146 (void) printf("static char * %s[] = %s\n", name_initializer("string"), L_CURL);
1167 name_initializer("string_ext"), L_CURL);
1189 (void) printf("\t%s\n\t\t%s,\n", L_CURL, name_initializer("alias"));

Completed in 108 milliseconds