Home
last modified time | relevance | path

Searched refs:stdinmode (Results 1 – 9 of 9) sorted by relevance

/dports/mail/mblaze/mblaze-1.1/
H A Dmseq.c181 stdinmode() in stdinmode() function
318 return stdinmode(); in main()
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dmain.c401 int stdinmode; /* ɸ�����Ϥ������� */ variable
768 stdinmode = !coninmode; in main()
777 stdinmode = ON; /* ɸ�����Ϥ��� */ in main()
779 stdinmode = OFF; in main()
850 if (stdinmode) { in main()
964 stdinmode = OFF; /* �ե�����̾����̵���Ǥ�ɸ�����Ϥ�Ȥ�ʤ� */ in LookStrVal()
1538 if (stdinmode) in PrimitiveCommand()
1910 if (stdinmode) in SetOFile()
H A Dmain.c.sjis401 int stdinmode; /* �W�����͂������ */
768 stdinmode = !coninmode;
777 stdinmode = ON; /* �W�����͂��� */
779 stdinmode = OFF;
850 if (stdinmode) {
964 stdinmode = OFF; /* �t�@�C�����w�薳���ł��W�����͂��g��Ȃ� */
1538 if (stdinmode)
1910 if (stdinmode)
H A Dxtr.h1203 extern int stdinmode, stdoutmode;
H A Dxtr.h.sjis1201 extern int stdinmode, stdoutmode;
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/include/
H A Dmpidi_util.h109 char stdinmode[12]; member
/dports/japanese/xtr/xtr1.50e-0.2/
H A DNONSJIS.diff318 int stdinmode; /* �W�����͂������ */
324 int stdinmode; /* �W�����͂������ */
372 if (stdinmode) {
382 if (stdinmode) {
397 stdinmode = OFF; /* �t�@�C�����w�薳���ł��W�����͂��g��Ȃ� */
403 stdinmode = OFF; /* �t�@�C�����w�薳���ł��W�����͂��g��Ȃ� */
/dports/lang/expect/expect5.45.4/
H A DDbg.c51 static int stdinmode; variable
1274 if (stdinmode == TCL_MODE_NONBLOCKING) { in simple_interactor()
1374 if (stdinmode == TCL_MODE_NONBLOCKING) { in simple_interactor()
1461 stdinmode = mode;
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/
H A Dmpidi_util.c647 if ( cp ) strncpy(sender.stdinmode, cp, 10); in MPIDI_Print_mpenv()
648 else strcpy(sender.stdinmode, "NOT SET"); in MPIDI_Print_mpenv()
743 MATCHC(stdinmode,"Standard Input Mode (MP_STDINMODE):",12); in MPIDI_Print_mpenv()