Home
last modified time | relevance | path

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

/dports/editors/textadept/textadept_11.1.linux/src/
H A Dtextadept.c103 static char *textadept_home, *platform; variable
1460 sprintf(file, "%s/%s", textadept_home, filename); in run_file()
2307 char icon_file[strlen(textadept_home) + 30]; in new_window()
2510 textadept_home = malloc(FILENAME_MAX + 1); in main()
2512 textadept_home[len] = '\0'; in main()
2516 textadept_home = malloc(FILENAME_MAX + 1); in main()
2517 GetModuleFileName(NULL, textadept_home, FILENAME_MAX + 1); in main()
2524 textadept_home = realpath(path, NULL); in main()
2532 textadept_home = malloc(FILENAME_MAX + 1); in main()
2535 sysctl(mib, 4, textadept_home, &cb, NULL, 0); in main()
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/
H A Dtextadept.c103 static char *textadept_home, *platform; variable
1460 sprintf(file, "%s/%s", textadept_home, filename); in run_file()
2307 char icon_file[strlen(textadept_home) + 30]; in new_window()
2510 textadept_home = malloc(FILENAME_MAX + 1); in main()
2512 textadept_home[len] = '\0'; in main()
2516 textadept_home = malloc(FILENAME_MAX + 1); in main()
2517 GetModuleFileName(NULL, textadept_home, FILENAME_MAX + 1); in main()
2524 textadept_home = realpath(path, NULL); in main()
2532 textadept_home = malloc(FILENAME_MAX + 1); in main()
2535 sysctl(mib, 4, textadept_home, &cb, NULL, 0); in main()
[all …]