OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REC_D
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/sort/
sort.c
92
int
REC_D
= '\n';
93
u_char d_mask[NBINS]; /* flags for
rec_d
, field_d, <blank> */
97
* modified to weight
rec_d
= 0 (or 255)
139
d_mask[
REC_D
= '\n'] = REC_D_F;
191
if (
REC_D
!= '\n')
193
REC_D
= *optarg;
200
REC_D
= (int)strtol(optarg, &ep, t);
201
if (*ep != '\0' ||
REC_D
< 0 ||
202
REC_D
>= (int)__arraycount(d_mask))
206
if (
REC_D
== '\n'
[
all
...]
files.c
120
c =
REC_D
;
123
if (c ==
REC_D
) {
194
if (c ==
REC_D
) {
216
*pos++ =
REC_D
;
init.c
392
* The record separator (
REC_D
) never needs a weight, this frees one
422
ascii[
REC_D
] = 0;
423
Rascii[
REC_D
] = 255;
424
Ftable[
REC_D
] = 0;
425
RFtable[
REC_D
] = 255;
428
if (i ==
REC_D
)
sort.h
170
extern int
REC_D
;
fields.c
221
*tablepos++ = lweight[
REC_D
];
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025