Searched refs:gflags (Results 1 – 4 of 4) sorted by relevance
293 settables(int gflags) in settables() argument324 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()
135 enterfield(u_char *tablepos, u_char *endkey, struct field *cur_fld, int gflags) in enterfield() argument165 Rflag = (gflags & R ) ^ (flags & R) ? 1 : 0; in enterfield()
63 grabh(struct header *hp, int gflags) in grabh() argument114 if (gflags & GTO) { in grabh()124 if (gflags & GSUBJECT) { in grabh()134 if (gflags & GCC) { in grabh()144 if (gflags & GBCC) { in grabh()
609 gethfromtty(struct header *hp, int gflags) in gethfromtty() argument613 while (grabh(hp, gflags) != 0) { in gethfromtty()