Searched refs:tokcount (Results 1 - 3 of 3) sorted by relevance

/external/ply/ply/ply/
H A Dcpp.py513 tokcount,args,positions = self.collect_args(tokens[j:])
516 i = j + tokcount
522 i = j + tokcount
528 args[len(m.arglist)-1] = tokens[j+positions[len(m.arglist)-1]:j+tokcount-1]
536 tokens[i:j+tokcount] = rep
813 tokcount, args, positions = self.collect_args(linetok[1:])
839 mvalue = self.tokenstrip(linetok[1+tokcount:])
/external/e2fsprogs/lib/support/
H A Ddict.c1241 int tokcount = 0; local
1254 tokcount++;
1261 return tokcount;
/external/f2fs-tools/fsck/
H A Ddict.c1211 int tokcount = 0; local
1224 tokcount++;
1231 return tokcount;

Completed in 461 milliseconds