Home
last modified time | relevance | path

Searched refs:gflags (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/sort/
Dinit.c293 settables(int gflags) in settables() argument
324 if (gflags & R && (!(gflags & F) || !SINGL_FLD)) in settables()
326 else if (!(gflags & F) || !SINGL_FLD) in settables()
328 else if (gflags & R) in settables()
333 incr = (gflags & R) ? -1 : 1; in settables()
336 gweights[REC_D] = ((gflags & R) ? 255 : 0); in settables()
337 if (SINGL_FLD && gflags & F) { in settables()
Dfields.c135 enterfield(u_char *tablepos, u_char *endkey, struct field *cur_fld, int gflags) in enterfield() argument
165 Rflag = (gflags & R ) ^ (flags & R) ? 1 : 0; in enterfield()
/mirbsd/src/usr.bin/mail/
Dtty.c63 grabh(struct header *hp, int gflags) in grabh() argument
114 if (gflags & GTO) { in grabh()
124 if (gflags & GSUBJECT) { in grabh()
134 if (gflags & GCC) { in grabh()
144 if (gflags & GBCC) { in grabh()
Dcollect.c609 gethfromtty(struct header *hp, int gflags) in gethfromtty() argument
613 while (grabh(hp, gflags) != 0) { in gethfromtty()