Searched refs:gl_h (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap_engine.c | 41 static GetLine * gl_h; variable 351 gl_h = new_GetLine(MAX_CMD_LINE_SZ, MAX_HISTORY_LINES); in interactive_interp() 353 if (gl_h == NULL) { in interactive_interp() 356 gl_error_message(gl_h, NULL, 0)); in interactive_interp() 360 (void) gl_customize_completion(gl_h, NULL, command_complete); in interactive_interp() 367 line = gl_get_line(gl_h, prompt, NULL, -1); in interactive_interp() 370 switch (gl_return_status(gl_h)) { in interactive_interp() 372 gl_abandon_line(gl_h); in interactive_interp() 382 gl_error_message(gl_h, NULL, 0)); in interactive_interp() 415 gl_h = del_GetLine(gl_h); in interactive_interp()
|