HomeSort by relevance Sort by last modified time
    Searched full:rline (Results 1 - 6 of 6) sorted by null

  /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 487 char *rline = line, *new = logrus->arg2 + (char *)logrus, *swap, *rswap; local
493 while (!ghostwheel(reg, rline, rlen, 10, match, mflags)) {
500 rline++;
508 rline += match[0].rm_eo;
534 rswap = swap+(rline-line)+match[0].rm_so;
535 memcpy(swap, line, (rline-line)+match[0].rm_so);
536 memcpy(rswap+newlen, rline+match[0].rm_eo, (rlen -= match[0].rm_eo)+1);
557 memcpy(rswap+mlen, rline+match[cc].rm_so, ll);
561 rline = rswap+newlen;
  /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...]
  /external/bison/
ChangeLog-1998     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 482 milliseconds