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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1213 #define GL_CONF_BUFLEN 100 macro
6373 char buffer[GL_CONF_BUFLEN+1]; /* The input line buffer */
6405 while(i<GL_CONF_BUFLEN) {
6456 if(i>=GL_CONF_BUFLEN)
6470 if(i>=GL_CONF_BUFLEN) {

Completed in 74 milliseconds