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

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 108 countT addr_number;
109 countT addr_step;
125 countT numb; /* if >0, only substitute for match number "numb" */
168 countT jump_index;
231 extern countT lcmd_out_line_len;
sed.c 85 countT lcmd_out_line_len = 70;
235 countT t = ATOI(cols);
compile.c 80 countT line;
83 countT string_expr_count;
89 countT v_index; /* index of vector element being referenced */
281 static countT in_integer P_((int ch));
282 static countT
286 countT num = 0;
721 P_((struct sed_label *, countT, char *, const struct error_info *));
725 countT idx;
951 addr->addr_number = ~(countT)0; /* extremely unlikely to ever match */
1011 countT step = in_integer(in_nonblank())
    [all...]
execute.c 124 countT bad_count;
127 countT line_number;
1075 countT len = line.length;
1076 countT width = 0;
1185 countT count = 0; /* number of matches found */
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 47 /* type countT is used to keep track of line numbers, etc. */
48 typedef unsigned long countT;

Completed in 175 milliseconds