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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c45 static GetLine * gl_h; variable
355 gl_h = new_GetLine(MAX_CMD_LINE_SZ, MAX_HISTORY_LINES);
357 if (gl_h == NULL) {
360 gl_error_message(gl_h, NULL, 0));
364 (void) gl_customize_completion(gl_h, NULL, command_complete);
371 line = gl_get_line(gl_h, prompt, NULL, -1);
374 switch (gl_return_status(gl_h)) {
376 gl_abandon_line(gl_h);
386 gl_error_message(gl_h, NULL, 0));
419 gl_h
[all...]

Completed in 51 milliseconds