Searched refs:_used (Results 1 – 9 of 9) sorted by relevance
50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addclose()59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addclose()64 ++file_actions->_used; in posix_spawn_file_actions_addclose()
50 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_adddup2()59 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_adddup2()65 ++file_actions->_used; in posix_spawn_file_actions_adddup2()
51 if (file_actions->_used == file_actions->_allocated in posix_spawn_file_actions_addopen()60 rec = &file_actions->_actions[file_actions->_used]; in posix_spawn_file_actions_addopen()68 ++file_actions->_used; in posix_spawn_file_actions_addopen()
242 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
112 int _used; member
16 NSUInteger _used; field
1382 p[i-1] = subrs._used.index(p[i-1] + subrs._old_bias) - subrs._new_bias1385 p[i-1] = gsubrs._used.index(p[i-1] + gsubrs._old_bias) - gsubrs._new_bias1422 subrs._used = set()1425 self.localSubrs._used.add(self.operandStack[-1]+self.localBias)1429 self.globalSubrs._used.add(self.operandStack[-1]+self.globalBias)1663 subrs._used = set()1664 subrs._used = _uniq_sort(subrs._used)1666 subrs._new_bias = psCharStrings.calcSubrBias(subrs._used)1685 subrs.items = [subrs.items[i] for i in subrs._used]1696 del subrs._used, subrs._old_bias, subrs._new_bias
424 int _used;