Searched defs:app_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c496 char *app_file; /* The pathname of the application-specific */ member in struct:GetLine
1173 const char *app_file, const char *user_file);
1861 gl->app_file = NULL;
2085 if(gl->app_file)
2086 free(gl->app_file);
8381 * app_file const char * Either NULL, or the pathname of an
8394 const char *app_file, const char *user_file)
8413 status = _gl_configure_getline(gl, app_string, app_file, user_file);
8427 const char *app_file, const char *user_file)
8441 if(app_file)
8393 gl_configure_getline(GetLine *gl, const char *app_string, const char *app_file, const char *user_file) argument
8426 _gl_configure_getline(GetLine *gl, const char *app_string, const char *app_file, const char *user_file) argument
[all...]

Completed in 89 milliseconds