Searched refs:startline (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dks0108.h37 /* Set the controller's current startline (0..63) */
38 extern void ks0108_startline(unsigned char startline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dks0108.h37 /* Set the controller's current startline (0..63) */
38 extern void ks0108_startline(unsigned char startline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/auxdisplay/
H A Dks0108.c91 void ks0108_startline(unsigned char startline) argument
93 ks0108_writedata(min(startline,(unsigned char)63) | bit(6) | bit(7));
H A Dcfag12864b.c167 static void cfag12864b_startline(unsigned char startline) argument
171 ks0108_startline(startline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/auxdisplay/
H A Dks0108.c91 void ks0108_startline(unsigned char startline) argument
93 ks0108_writedata(min(startline,(unsigned char)63) | bit(6) | bit(7));
H A Dcfag12864b.c167 static void cfag12864b_startline(unsigned char startline) argument
171 ks0108_startline(startline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_dfa_exec.c3148 BOOL utf, anchored, startline, firstline; local
3321 startline = (re->flags & PCRE_STARTLINE) != 0;
3347 if (!startline && study != NULL &&
3429 else if (startline)
H A Dpcre_exec.c6355 BOOL startline; local
6521 startline = (re->flags & PCRE_STARTLINE) != 0;
6690 if (!startline && study != NULL &&
6770 else if (startline)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_dfa_exec.c3148 BOOL utf, anchored, startline, firstline; local
3321 startline = (re->flags & PCRE_STARTLINE) != 0;
3347 if (!startline && study != NULL &&
3429 else if (startline)
H A Dpcre_exec.c6355 BOOL startline; local
6521 startline = (re->flags & PCRE_STARTLINE) != 0;
6690 if (!startline && study != NULL &&
6770 else if (startline)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_dfa_exec.c3148 BOOL utf, anchored, startline, firstline; local
3321 startline = (re->flags & PCRE_STARTLINE) != 0;
3347 if (!startline && study != NULL &&
3429 else if (startline)
H A Dpcre_exec.c6355 BOOL startline; local
6521 startline = (re->flags & PCRE_STARTLINE) != 0;
6690 if (!startline && study != NULL &&
6770 else if (startline)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dlemon.c2325 int startline = 0; local
2389 ErrorMsg(ps.filename,startline,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dlemon.c2325 int startline = 0; local
2389 ErrorMsg(ps.filename,startline,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dlemon.c2325 int startline = 0; local
2389 ErrorMsg(ps.filename,startline,

Completed in 297 milliseconds