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

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 117 int subst_id; member in struct:replacement
compile.c 770 r->subst_id = -1;
825 tail->subst_id = *p - '0';
826 if (sub->max_id < tail->subst_id)
827 sub->max_id = tail->subst_id;
869 tail->subst_id = 0;
    [all...]
execute.c 1142 int i = p->subst_id;
    [all...]

Completed in 109 milliseconds