HomeSort by: relevance | last modified time | path
    Searched defs:errortext (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/grfconfig/
grfconfig.c 90 const char *errortext; local in function:main
232 errortext = NULL;
235 errortext = "Interlace and Doublescan";
238 errortext = "+hsync and -hsync";
241 errortext = "+vsync and -vsync";
243 if (errortext != NULL)
246 gv->mode_num, errortext);
grfconfig.c 90 const char *errortext; local in function:main
232 errortext = NULL;
235 errortext = "Interlace and Doublescan";
238 errortext = "+hsync and -hsync";
241 errortext = "+vsync and -vsync";
243 if (errortext != NULL)
246 gv->mode_num, errortext);
grfconfig.c 90 const char *errortext; local in function:main
232 errortext = NULL;
235 errortext = "Interlace and Doublescan";
238 errortext = "+hsync and -hsync";
241 errortext = "+vsync and -vsync";
243 if (errortext != NULL)
246 gv->mode_num, errortext);

Completed in 36 milliseconds