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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1172 static int _gl_configure_getline(GetLine *gl, const char *app_string,
8374 * app_string const char * Either NULL, or a string containing one
8384 * read after the contents of app_string[].
8393 int gl_configure_getline(GetLine *gl, const char *app_string, argument
8413 status = _gl_configure_getline(gl, app_string, app_file, user_file);
8426 static int _gl_configure_getline(GetLine *gl, const char *app_string, argument
8436 if(app_string)
8437 (void) _gl_read_config_string(gl, app_string, KTB_NORM);

Completed in 97 milliseconds