Searched refs:L_CURL (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | reader.c | 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() [all …]
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.h | 89 #define L_CURL "{" macro
|
H A D | infocmp.c | 1363 (void) printf("static char %s[] = %s\n", name_initializer("bool"), L_CURL); in dump_initializers() 1388 (void) printf("static short %s[] = %s\n", name_initializer("number"), L_CURL); in dump_initializers() 1409 (void) printf("static char * %s[] = %s\n", name_initializer("string"), L_CURL); in dump_initializers() 1430 name_initializer("string_ext"), L_CURL); in dump_initializers() 1452 (void) printf("\t%s\n\t\t%s,\n", L_CURL, name_initializer("alias")); in dump_termtype()
|
H A D | dump_entry.c | 452 } else if (ch == L_CURL[0]) { in op_length()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 52 #define L_CURL '{' macro 218 if (source[0] == MARKER && source[1] == L_CURL) { in decode_attr() 673 *target++ = L_CURL; in encode_attr() 723 "%c%cC%d%c", MARKER, L_CURL, source->ext_color, R_CURL); in encode_cell()
|