Home
last modified time | relevance | path

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

/dports/graphics/qiv/qiv-2.3.2/
H A Dmain.h152 const char **helpkeys = helpstrs+2; variable
H A Dqiv.h171 extern const char *helpstrs[], **helpkeys, *image_extensions[];
H A Dutils.c568 for (i=0; helpkeys[i]; i++) in show_help()
569 g_print(" %s\n", helpkeys[i]); in show_help()