Searched refs:strings (Results 1 – 3 of 3) sorted by relevance
43 char** strings = malloc(argc * sizeof(char*)); in ConcatFn() local46 strings[i] = NULL; in ConcatFn()51 strings[i] = Evaluate(state, argv[i]); in ConcatFn()52 if (strings[i] == NULL) { in ConcatFn()55 length += strlen(strings[i]); in ConcatFn()61 strcpy(result+p, strings[i]); in ConcatFn()62 p += strlen(strings[i]); in ConcatFn()68 free(strings[i]); in ConcatFn()
23 strings are "true".43 - There's no distinction between quoted and unquoted strings; the56 As shown in the last example, function names are just strings,
102 * Commands are ascii strings and sent without the quotes (which are