Home
last modified time | relevance | path

Searched refs:csym (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/locale/
H A Dnl_langinfo.c184 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) { in nl_langinfo_l()
185 *loc->csym = psn; in nl_langinfo_l()
186 strcpy(loc->csym + 1, cs); in nl_langinfo_l()
187 ret = loc->csym; in nl_langinfo_l()
H A Dxlocale.c184 if (loc->csym) { in destruct_locale()
185 free(loc->csym); in destruct_locale()
H A Dxlocale_private.h134 char *csym; member
/freebsd/sys/amd64/include/
H A Dasm.h58 #define CNAME(csym) csym argument
H A Dasmacros.h57 #define CNAME(csym) csym argument
/freebsd/sys/i386/include/
H A Dasm.h66 #define CNAME(csym) csym argument
H A Dasmacros.h46 #define CNAME(csym) csym argument
/freebsd/sys/powerpc/include/
H A Dasm.h57 #define CNAME(csym) csym argument
/freebsd/contrib/byacc/
H A Doutput.c442 Value_t csym = -1; in token_actions() local
463 csym = -1; in token_actions()
472 if (csym != -1 && csym != p->symbol) in token_actions()
477 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()
488 csym = -1; in token_actions()
508 csym = p->symbol; in token_actions()
528 if (backtrack && csym != -1) in token_actions()
533 actionrow[csym + 2 * ntokens] = (Value_t)(j + 1); in token_actions()