Home
last modified time | relevance | path

Searched refs:int_arg (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h165 int int_arg; member
Dexecute.c1541 do_list(cur_cmd->x.int_arg == -1
1543 : cur_cmd->x.int_arg);
1549 cur_cmd->x.int_arg == -1
1551 : cur_cmd->x.int_arg,
1594 return cur_cmd->x.int_arg == -1 ? 0 : cur_cmd->x.int_arg;
Dcompile.c1217 cur_cmd->x.int_arg = in_integer(ch);
1221 cur_cmd->x.int_arg = -1;
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1011 * src/sed.h (struct sed_cmd): exit_status -> int_arg
1016 `q' and `Q'; default for int_arg is -1
1019 (execute_program): Interpret int_arg for the `l' command;
1020 return 0 for `q' and `Q' if int_arg is -1