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

/ast/src/cmd/jcl/
H A Dcpy2dss.c40 "[c:codeset?Set the \bstring\b codeset name.]:[codeset:=ebcdic-m]"
67 " using the local codeset.]"
152 char* codeset; member in struct:State_s
822 sfprintf(op, "%s<CODESET>%s</>\n", INDENT(lev + 2), state.codeset);
832 sfprintf(op, "%s<CODESET>%s</>\n", INDENT(lev + 2), state.codeset);
842 sfprintf(op, "%s<CODESET>%s</>\n", INDENT(lev + 2), state.codeset);
978 state.codeset = "ebcdic-m";
996 state.codeset
[all...]
/ast/src/cmd/sortlib/sync/
H A Dss.c469 * set the ch codeset to n
473 codeset(register Ss_t* ss, register int n) function
791 (*ss->disc->errorf)(NiL, ss->disc, 2, "%s: invalid codeset name", s);
794 codeset(ss, n);
1540 codeset(ss, disc->code);

Completed in 20 milliseconds