Searched refs:outxtop (Results 1 - 1 of 1) sorted by last modified time

/netbsd-current/bin/sh/
H A Doutput.c94 struct output *outxtop = NULL; variable in typeref:struct:output
633 struct output *o = outxtop;
670 } else if (outxtop == NULL) {
677 outx = outxtop;
701 if (!new && outxtop == NULL && Xflag == 0) {
714 o->chain = outxtop;
716 outxtop = o;
731 if (outxtop == NULL) {
739 o = outxtop;
743 outxtop
[all...]

Completed in 211 milliseconds