Home
last modified time | relevance | path

Searched refs:right (Results 1 – 7 of 7) sorted by relevance

/coreutils/src/
Dtsort.c54 struct item *left, *right; member
126 if (root->right == nullptr) in search_item()
127 return (root->right = new_item (str)); in search_item()
131 s = p = root->right; in search_item()
144 q = p->right; in search_item()
155 p->right = q; in search_item()
167 r = p = s->right; in search_item()
183 p = p->right; in search_item()
200 s->left = r->right; in search_item()
201 r->right = s; in search_item()
[all …]
Dptx.c229 ptrdiff_t right; /* distance to right context end */ member
1003 occurs_cursor->right = context_end - possible_key.start; in find_occurs_in_text()
1264 right_context_end = keyafter.start + occurs->right; in define_all_fields()
/coreutils/
DHACKING88 you're going to remove it right afterwards, then this approach is fine.
135 I plan to commit/push right away. Otherwise, I tend to get unnecessary
190 branch, and then realize that something about it is not right.
354 this code enables the right mode:
540 to the right place and making sure it is executable:
DCOPYING320 part of a transaction in which the right of possession and use of the
459 give under the previous paragraph, plus a right to possession of the
483 purposes of this definition, "control" includes the right to grant
DNEWS726 date now pads nanoseconds on the right, not the left. For example,
1147 The race is unlikely, as timeout(1) needs to receive a signal right
2376 second and subsequent columns far to the right. Now, when a long name
3397 cp once again diagnoses the invalid "cp -rl dir dir" right away,
5260 resolution is the best we can do right now.
/coreutils/doc/
Dcoreutils.texi1926 right justified, no leading zeros;
1929 right justified, leading zeros.
3812 Each count is printed right-justified in a field with at least one
5838 on the right of the output line.
5873 output to the center of one line, surrounded by its left and right
5909 output after the right context, the maximum output width does not take
5926 @itemx --right-side-refs
5928 @opindex --right-side-refs
5932 placed to the far right of output lines, after the right context. With
6165 function on the left calls the one on the right directly.
[all …]
Dsort-version.texi160 The strings are compared from left to right.