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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c498 char *user_file; /* The pathname of the user-specific */ member in struct:GetLine
1173 const char *app_file, const char *user_file);
1862 gl->user_file = NULL;
2087 if(gl->user_file)
2088 free(gl->user_file);
8385 * user_file const char * Either NULL, or the pathname of a
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)
8446 if(user_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 90 milliseconds