Lines Matching refs:var
97 if (state.var.ignore) {
107 if (state.var.save)
210 if (run_command(state.var.shell, 0, fileno(fp), fileno(nf), "-c", cmd, NiL) < 0) {
237 if ((s = expand(state.var.dead, 1)) && *s != '/') {
276 else if (!(prefix = state.var.indentprefix))
306 state.part.out.boundlen = sfsprintf(state.part.out.boundary, sizeof(state.part.out.boundary), "=_=_=_=_=%s==%04X==%08X==", state.var.user, getpid(), time(NiL));
394 if ((flags & INTERPOLATE) && state.var.interactive) {
401 if (state.var.sendheaders) {
406 else if (state.var.interactive && !hp->h_subject && (state.askheaders & GSUB)) {
419 escape = state.var.escape ? *state.var.escape : 0;
447 if (state.var.interactive &&
448 state.var.ignoreeof && ++eofcount < 32) {
457 state.var.interactive &&
458 (state.var.dot || state.var.ignoreeof))
460 if (pp.buf[0] != escape || !state.var.interactive) {
487 pp.buf[1] = *state.var.escape;
497 s = c == 'a' ? state.var.sign : state.var.Sign;
500 if (state.var.signature && (fp = fileopen(state.var.signature, "EXr"))) {
501 filecopy(state.var.signature, fp, state.var.signature, state.collect.fp, stdout, (off_t)0, NiL, NiL, 0);
644 if (state.var.interactive)
658 if (!state.more.discipline && state.var.interactive && (lc = state.var.crt)) {
662 if (!(fp = pipeopen(state.var.pager, "Jw")))
707 state.var.save = 0;