Home
last modified time | relevance | path

Searched refs:gaszIndentStrings (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.c469 static char **gaszIndentStrings=NULL; variable
474 if (gaszIndentStrings != NULL) { in CleanUpIndentStrings()
478 UtilFree(gaszIndentStrings[i]); in CleanUpIndentStrings()
480 free(gaszIndentStrings); in CleanUpIndentStrings()
482 gaszIndentStrings = NULL; in CleanUpIndentStrings()
489 gaszIndentStrings = NULL; in InitIndentStrings()
501 if (gaszIndentStrings == NULL) {
507 gaszIndentStrings = (char**)realloc(gaszIndentStrings,
511 gaszIndentStrings[i] = NULL;
526 gaszIndentStrings[indent-1][i] = '\0';
[all …]