Searched refs:startline (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 118 startline = self.options.get('start-line', None) 121 if startline or (endline is not None): 123 rawtext = ''.join(lines[startline:endline]) 162 startline = int(self.options['number-lines'] or 1) 166 endline = startline + len(include_lines) 169 tokens = NumberLines([([], text)], startline, endline)
|
/openbmc/u-boot/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)
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | ks0108.c | 76 void ks0108_startline(unsigned char startline) in ks0108_startline() argument 78 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()
|
/openbmc/linux/include/linux/ |
H A D | ks0108.h | 24 extern void ks0108_startline(unsigned char startline);
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/ |
H A D | trousers_git.bb | 4 LIC_FILES_CHKSUM = "file://README;startline=3;endline=4;md5=2af28fbed0832e4d83a9e6dd68bb4413"
|
/openbmc/openbmc/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
|