HomeSort by relevance Sort by last modified time
    Searched refs:textCopied (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
keys.c 212 char *clipText, *textCopied;
322 textCopied = malloc(GlobalSize(th)+1);
323 strcpy(textCopied, clipText);
324 /* Substitutes a NULL for every token */strtok(textCopied, "\n\r\b");
325 i = strlen(textCopied);
329 textCopied[i]=0;
330 strcat(key_lines[edit_line], textCopied);
333 free(textCopied);
sys_win.c 405 char *clipText, *textCopied;
460 textCopied = malloc(GlobalSize(th)+1);
461 strcpy(textCopied, clipText);
462 /* Substitutes a NULL for every token */strtok(textCopied, "\n\r\b");
463 i = strlen(textCopied);
467 textCopied[i]=0;
469 strcat(text, textCopied);
471 WriteFile(houtput, textCopied, i, &dummy, NULL);
473 free(textCopied);

Completed in 195 milliseconds