Searched refs:startline (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | kernel_include.py | 116 startline = self.options.get('start-line', None) 119 if startline or (endline is not None): 121 rawtext = ''.join(lines[startline:endline]) 160 startline = int(self.options['number-lines'] or 1) 164 endline = startline + len(include_lines) 167 tokens = NumberLines([([], text)], startline, endline)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/autossh/ |
| H A D | autossh_1.4g.bb | 6 file://autossh.c;md5=76c37acd40ac45050a4ced145b1e2707;startline=7;endline=23 \ 7 file://daemon.h;md5=6bbeaac616b9bc8de7b40049004f4289;startline=7;endline=39"
|
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | ks0108.c | 79 void ks0108_startline(unsigned char startline) in ks0108_startline() argument 81 ks0108_writedata(min_t(unsigned char, startline, 63) | bit(6) | in ks0108_startline()
|
| H A D | cfag12864b.c | 153 static void cfag12864b_startline(unsigned char startline) in cfag12864b_startline() argument 157 ks0108_startline(startline); in cfag12864b_startline()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ks0108.h | 24 extern void ks0108_startline(unsigned char startline);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-crc32c_2.2.post0.bb | 9 file://crc32c_adler.c;startline=9;endline=24;md5=c60e6e55d0e5d95effa6fad27db0711a \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 219 startline = getattr(self.slice[n],"lineno",0) 220 endline = getattr(self.slice[n],"endlineno",startline) 221 return startline,endline
|