Home | History | Annotate | Download | only in ximcp

Lines Matching defs:commit

1093     char	*commit;
1141 commit = retfunc(im, ic, (XPointer)&buf_s[2]);
1145 return commit;
1158 char *commit;
1170 if (!(commit = Xmalloc(len + 1)))
1173 str = commit;
1179 commit[len] = '\0';
1181 new_len = im->methods->ctstombs((XIM)im, commit, len, NULL, 0, &status);
1184 Xfree(commit);
1187 (void)im->methods->ctstombs((XIM)im, commit, len,
1191 Xfree(commit);
1215 char *commit;
1227 if (!(commit = Xmalloc(len + 1)))
1230 str = commit;
1236 commit[len] = '\0';
1238 new_len = im->methods->ctstowcs((XIM)im, commit, len, NULL, 0, &status);
1242 Xfree(commit);
1245 (void)im->methods->ctstowcs((XIM)im, commit, len,
1249 Xfree(commit);
1274 char *commit;
1286 if (!(commit = Xmalloc(len + 1)))
1289 str = commit;
1295 commit[len] = '\0';
1297 new_len = im->methods->ctstoutf8((XIM)im, commit, len, NULL, 0, &status);
1300 Xfree(commit);
1303 (void)im->methods->ctstoutf8((XIM)im, commit, len,
1307 Xfree(commit);