Lines Matching refs:line
27 - line number (including ranges of line numbers)
43 printing from source file 'svcsock.c', line 1603 you simply do:
45 nullarbor:~ # echo 'file svcsock.c line 1603 +p' >
94 nullarbor:~ # echo -c 'file svcsock.c line 1603 +p' >
96 nullarbor:~ # echo -c ' file svcsock.c line 1603 +p ' >
98 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' >
135 'line' line-range
137 line-range ::= lineno |
141 // Note: line-range cannot contain space, e.g.
188 line
189 The given line number or range of line numbers is compared
190 against the line number of each pr_debug() callsite. A single
191 line number matches the callsite line number exactly. A
192 range of line numbers matches any callsite between the first
193 and last line number inclusive. An empty first number means
194 the first line in the file, an empty line number means the
197 line 1603 // exactly line 1603
198 line 1600-1605 // the six lines from line 1600 to line 1605
199 line -1605 // the 1605 lines from line 1 to line 1605
200 line 1600- // all lines from line 1600 to the end of the file
214 l Include line number in the printed message
300 // enable the message at line 1603 of file svcsock.c
301 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' >
334 Kernel command line: ...