/external/bison/src/ |
output.c | 214 | rline, dprec, merger. | 224 unsigned int *rline = xnmalloc (nrules, sizeof *rline); local 245 rline[r] = rules[r].location.start.line; 255 muscle_insert_unsigned_int_table ("rline", rline, 0, 0, nrules); 266 free (rline);
|
/external/toybox/toys/posix/ |
sed.c | 463 char *rline = line, *new = command->arg2 + (char *)command, *swap, *rswap; local 469 while (!regexec0(reg, rline, rlen, 10, match, mflags)) { 476 rline++; 484 rline += match[0].rm_eo; 510 rswap = swap+(rline-line)+match[0].rm_so; 511 memcpy(swap, line, (rline-line)+match[0].rm_so); 512 memcpy(rswap+newlen, rline+match[0].rm_eo, (rlen -= match[0].rm_eo)+1); 533 memcpy(rswap+mlen, rline+match[cc].rm_so, ll); 537 rline = rswap+newlen; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPResponse.java | 513 StatusLine rline = that.statusLine; local 514 if (this.statusLine == null && rline != null) 516 else if (this.statusLine == rline)
|
SIPRequest.java | 536 RequestLine rline = that.requestLine; local 537 if (this.requestLine == null && rline != null) 539 else if (this.requestLine == rline) [all...] |
/build/kati/ |
parser.go | 157 rline := line 162 rline = concatline(line[:i]) 164 rline = concatline(line) 171 p.parseMaybeRule(rline, semi)
|
/tools/repohooks/tools/ |
checkpatch.pl | [all...] |