Home
last modified time | relevance | path

Searched refs:L_CURL (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/byacc/
HDreader.c12 #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()
[all …]
/freebsd-14-stable/contrib/ncurses/progs/
HDdump_entry.h89 #define L_CURL "{" macro
HDinfocmp.c1363 (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()
HDdump_entry.c452 } else if (ch == L_CURL[0]) { in op_length()
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_screen.c52 #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()