Lines Matching defs:gl
76 static GetLine *gl = NULL; /* for interactive mode */
618 if (gl == NULL) {
619 if ((gl = new_GetLine(MAX_LINE_LEN,
624 if (gl_customize_completion(gl, NULL,
626 (void) del_GetLine(gl);
648 if (gl != NULL)
649 (void) del_GetLine(gl);
670 line = gl_get_line(gl, prompt, NULL, -1);
671 if (gl_return_status(gl) == GLR_SIGNAL) {
672 gl_abandon_line(gl);
674 } else if (gl_return_status(gl) == GLR_ERROR) {
675 gl_abandon_line(gl);
677 gl_error_message(gl, NULL, 0));