Home
last modified time | relevance | path

Searched refs:countT (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h108 countT addr_number;
109 countT addr_step;
125 countT numb; /* if >0, only substitute for match number "numb" */
168 countT jump_index;
230 extern countT lcmd_out_line_len;
Dsed.c85 countT lcmd_out_line_len = 70;
235 countT t = ATOI(cols);
Dcompile.c79 countT line;
82 countT string_expr_count;
88 countT v_index; /* index of vector element being referenced */
277 static countT in_integer P_((int ch));
278 static countT
282 countT num = 0;
714 P_((struct sed_label *, countT, char *, const struct error_info *));
718 countT idx;
943 addr->addr_number = ~(countT)0; /* extremely unlikely to ever match */
1003 countT step = in_integer(in_nonblank());
[all …]
Dexecute.c123 countT bad_count;
126 countT line_number;
1068 countT len = line.length;
1069 countT width = 0;
1178 countT count = 0; /* number of matches found */
1332 static countT branches;
1334 static countT count_branches P_((struct vector *));
1335 static countT
1340 countT isn_cnt = program->v_length;
1341 countT cnt = 0;
[all …]
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h48 typedef unsigned long countT; typedef
DChangeLog1441 be a pragmatically impossible countT value, instead of zero.
2479 * sed.h, sed.c, compile.c, execute.c: added types countT and