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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c655 static void gl_suspend_process(int signo, GetLine *gl, int ngl);
11643 * gl GetLine * The first element of an array of 'ngl' GetLine
11645 * ngl int The number of elements in the gl[] array. Normally
11648 void gl_handle_signal(int signo, GetLine *gl, int ngl) argument
11657 if(ngl < 1 || !gl)
11677 gl_suspend_process(signo, gl, ngl);
11688 for(i=0; i<ngl; i++)
11716 * gl GetLine * The first element of an array of 'ngl' GetLine objects
11719 * ngl int The number of elements in the gl[] array.
11721 static void gl_suspend_process(int signo, GetLine *gl, int ngl) argument
[all...]

Completed in 72 milliseconds