Searched defs:async (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkSend.c888 int result, c, async, i, firstArg;
903 async = 0;
914 if ((c == 'a') && (strncmp(argv[i], "-async", length) == 0)) {
915 async = 1;
930 "\": must be -async, -displayof, or --", (char *) NULL);
1031 if (!async) {
1047 (async) ? (PendingCommand *) NULL : &pending);
1049 if (async) {
879 int result, c, async, i, firstArg; local

Completed in 14 milliseconds