Searched refs:rec (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 407 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */ in refldbld() argument 415 n = strlen(rec); in refldbld() 424 if (*rec == '\0') in refldbld() 427 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) ); in refldbld() 437 if (nematch(pfa, rec)) { in refldbld() 440 strncpy(fr, rec, patbeg-rec); in refldbld() 441 fr += patbeg - rec + 1; in refldbld() 443 rec = patbeg + patlen; in refldbld() 445 dprintf( ("no match %s\n", rec) ); in refldbld() 446 strcpy(fr, rec); in refldbld()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | patspecific_vars | 89 ifdef rec 100 ifdef rec 119 'rec=1',
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 475 sopno lev, int rec) /* PLUS nesting level */ in backref() argument 581 if (len == 0 && rec++ > MAX_RECURSION) in backref() 591 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref() 594 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref() 597 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref() 603 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec)); in backref() 607 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref() 610 dp = backref(m, sp, stop, ss-OPND(s)+1, stopst, lev, rec); in backref() 612 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref() 621 dp = backref(m, sp, stop, ssub, esub, lev, rec); in backref() [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 968 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 173 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces 5854 % (They're different since rec and nonrec macros end differently.)
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 968 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 9954 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 187 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces 7013 % (They're different since rec and nonrec macros end differently.)
|