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

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 35 struct sed_cmd *v; /* a dynamically allocated array */
146 struct sed_cmd { struct
execute.c 845 struct sed_cmd *cur_cmd;
989 static bool match_address_p P_((struct sed_cmd *, struct input *));
992 struct sed_cmd *cmd;
    [all...]
compile.c 430 static struct sed_cmd *next_cmd_entry P_((struct vector **vectorp));
431 static struct sed_cmd *
435 struct sed_cmd *cmd;
442 v->v = REALLOC(v->v, v->v_allocated, struct sed_cmd);
1046 struct sed_cmd *cur_cmd;
    [all...]

Completed in 45 milliseconds