Searched refs:translation (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/include/ |
H A D | mc.h | 76 char* translation; member in struct:Mc_s
|
/ast/src/cmd/msgcc/ |
H A D | msggen.c | 87 " [+$translation \aidentification\a \aYYYY-MM-DD\a[,...]]?Append" 88 " translation info to the message catalog header. Only" 90 " is retained in the catalog. Multiple translation lines" 129 * append s to the translation list 133 translation(Xl_t* xp, register char* s) function 162 error(ERROR_SYSTEM|3, "out of space [translation]"); 169 error(ERROR_SYSTEM|3, "out of space [translation]"); 289 if (*mc->translation) 291 ccsfprintf(CC_NATIVE, CC_ASCII, sfstdout, "$translation "); 292 sfprintf(sfstdout, "%s", mc->translation); [all...] |
/ast/src/lib/libast/port/ |
H A D | mc.c | 253 * read the translation record 256 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp))) 279 else if (!(mc->translation = vmnewof(vm, 0, char, 1, 0))) 529 * write the translation record 532 sfputr(op, mc->translation, 0);
|
/ast/src/lib/libtksh/src/ |
H A D | tclIO.c | 157 /* What translation to apply for end of line 160 /* What translation to use for generating 238 * translation mode and the last 393 Tcl_EolTranslation translation, int eofChar, 641 panic("Tcl_Write: AUTO output translation mode not supported"); 643 panic("Tcl_Write: unknown output translation mode"); 723 panic("Tcl_Read: unknown output translation mode"); 1705 * Set the channel up initially in AUTO input translation mode to 1706 * accept "\n", "\r" and "\r\n". Output translation mode is set to 2682 int crsent; /* In CRLF eol translation mod [all...] |
Completed in 19 milliseconds