Home
last modified time | relevance | path

Searched refs:P_ioresult (Results 1 – 15 of 15) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/utils/m-tx/mtx-0.60d/
H A Dcfuncs.c6 int P_ioresult; variable
13 int _SETIO (int OK, int errorcode){ return P_ioresult = OK ? 0 : errorcode; } in _SETIO()
H A Dmultfile.c75 inputerror = (P_ioresult != 0); in pushFile()
142 inputerror = (P_ioresult != 0); in readLine()
H A Dcfuncs.h43 extern int P_ioresult;
H A Dfiles.c221 LINK->testin = P_ioresult;
288 teststyle = P_ioresult; in OpenFiles()
/dports/print/texlive-base/texlive-20150521-source/utils/m-tx/mtx-0.60d/libp2c/
H A Dp2c.h279 extern int P_ioresult;
364 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
365 : P_ioresult=(ior),(def))
366 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
H A Dp2clib.c29 int P_ioresult; variable
1087 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1094 P_ioresult = code;
1102 P_ioresult = code;
1106 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
/dports/science/chemtool-devel/chemtool-1.7alpha15/src-cht/
H A Dcht-1.7.c283 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1624 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1631 P_ioresult = code;
1639 P_ioresult = code;
1643 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht-2.4.c287 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1527 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1534 P_ioresult = code;
1542 P_ioresult = code;
1546 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht-2.5.c287 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1527 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1534 P_ioresult = code;
1542 P_ioresult = code;
1546 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
/dports/science/chemtool/chemtool-1.6.14/src-cht/
H A Dcht-1.7.c283 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1624 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1631 P_ioresult = code;
1639 P_ioresult = code;
1643 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht-2.4.c287 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1527 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1534 P_ioresult = code;
1542 P_ioresult = code;
1546 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht-2.7.c285 extern int P_ioresult;
358 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
359 : P_ioresult=(ior),(def))
360 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
533 int P_ioresult; variable
1414 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1421 P_ioresult = code;
1429 P_ioresult = code;
1433 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht.c285 extern int P_ioresult;
358 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
359 : P_ioresult=(ior),(def))
360 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
533 int P_ioresult; variable
1414 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1421 P_ioresult = code;
1429 P_ioresult = code;
1433 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht-2.5.c287 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1527 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1534 P_ioresult = code;
1542 P_ioresult = code;
1546 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));
H A Dcht-2.6.c287 extern int P_ioresult;
368 #define _CHKIO(cond,ior,val,def) ((cond) ? P_ioresult=0,(val) \
369 : P_ioresult=(ior),(def))
370 #define _SETIO(cond,ior) (P_ioresult = (cond) ? 0 : (ior))
566 int P_ioresult; variable
1528 fprintf(stderr, "%s\n", _ShowEscape(buf, P_escapecode, P_ioresult, ""));
1535 P_ioresult = code;
1543 P_ioresult = code;
1547 name, _ShowEscape(buf, P_escapecode, P_ioresult, ""));