Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Diccinit0.c23 const uint gs_init_string_sizeof = 0; variable
H A Diconf.h26 extern const uint gs_init_string_sizeof;
H A Dimain.c520 if (gs_init_string_sizeof == 0) { /* Read from gs_init_file. */ in gs_run_init_file()
523 code = file_read_string(gs_init_string, gs_init_string_sizeof, &ifile, in gs_run_init_file()
H A Dimainarg.c880 if (gs_init_string_sizeof > 0) { in print_help()