Home
last modified time | relevance | path

Searched refs:InputOK (Results 1 – 2 of 2) sorted by relevance

/dports/math/palp/palp-2.20/
H A DCoord.c132 static int InputOK; in ReadCwsPp() local
145 if(i==0) { if(!InputOK){puts("-h gives you help\n"); exit(0);} in ReadCwsPp()
146 else return 0; } InputOK++; in ReadCwsPp()
215 { if(!InputOK) puts("-h gives you help\n"); return 0;} in ReadCwsPp()
228 static int InputOK; in Read_PP() local
241 if(i==0) { if(!InputOK){puts("-h gives you help\n"); exit(0);} in Read_PP()
242 else return 0; } InputOK++; in Read_PP()
277 static int InputOK; in Read_CWS() local
291 if(i==0) { if(!InputOK){puts("-h gives you help\n"); exit(0);} in Read_CWS()
292 else return 0; } InputOK++; in Read_CWS()
[all …]
/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c213 Boolean InputOK; in MGParmInput() local
242 InputOK = (*MaxNoInt % CoarseCoef == 0 && *MaxNoInt / CoarseCoef > 2); in MGParmInput()
243 if (!InputOK) { in MGParmInput()
246 } while (!InputOK); in MGParmInput()