Home
last modified time | relevance | path

Searched refs:tmpstr_of (Results 1 – 23 of 23) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Darxfuncs.c503 exiterror( ERR_INCORRECT_CALL, 27, "WRITECH", tmpstr_of( TSD, parm1->value )); in arexx_writech()
523 exiterror( ERR_INCORRECT_CALL, 27, "WRITELN", tmpstr_of( TSD, parm1->value ) ); in arexx_writeln()
546 exiterror( ERR_INCORRECT_CALL, 27, "SEEK", tmpstr_of( TSD, parm1->value ) ); in arexx_seek()
550 exiterror( ERR_INCORRECT_CALL, 11, "SEEK", 2, tmpstr_of( TSD, parm2->value ) ); in arexx_seek()
595 exiterror( ERR_INCORRECT_CALL, 27, "READCH", tmpstr_of( TSD, parm1->value ) ); in arexx_readch()
645 exiterror( ERR_INCORRECT_CALL, 27, "READLN", tmpstr_of( TSD, parm->value ) ); in arexx_readln()
663 exiterror( ERR_INCORRECT_CALL, 27, "EOF", tmpstr_of( TSD, parm->value ) ); in arexx_eof()
723 exiterror( ERR_INCORRECT_CALL, 11, "BITCHG", 2, tmpstr_of( TSD, parm2->value ) ); in arexx_bitchg()
725 exiterror( ERR_INCORRECT_CALL, 13, "BITCHG", 2, tmpstr_of( TSD, parm2->value ) ); in arexx_bitchg()
751 exiterror( ERR_INCORRECT_CALL, 11, "BITCLR", 2, tmpstr_of( TSD, parm2->value ) ); in arexx_bitclr()
[all …]
H A Dconvert.c300 exiterror( ERR_INCORRECT_CALL, 25, bif, tmpstr_of( TSD, string ) ); in pack_hex()
497 exiterror( ERR_INCORRECT_CALL, 24, "B2X", tmpstr_of( TSD, string ) ); in std_b2x()
543 exiterror( ERR_INCORRECT_CALL, 24, "B2X", tmpstr_of( TSD, string ) ); in std_b2x()
565 exiterror( ERR_INCORRECT_CALL, 24, "B2X", tmpstr_of( TSD, string ) ); in std_b2x()
692 exiterror( ERR_INCORRECT_CALL, 25, "X2B", tmpstr_of( TSD, parms->value ) ); in std_x2b()
733 exiterror( ERR_INCORRECT_CALL, 12, bif, 1, tmpstr_of( TSD, arg ) ); in check_wholenum()
757 exiterror( ERR_INCORRECT_CALL, 13, "D2C", 1, tmpstr_of( TSD, parms->value ) ); in std_d2c()
795 exiterror( ERR_INCORRECT_CALL, 13, "D2X", 1, tmpstr_of( TSD, parms->value ) ); in std_d2x()
H A Dfuncs.c548 exiterror( ERR_INCORRECT_CALL, suberr, bif, argnum, tmpstr_of( TSD, text ) ) ; in myintatol()
560 exiterror( ERR_INCORRECT_CALL, suberr, bif, argnum, tmpstr_of( TSD, text ) ) ; in myintatoll()
572 exiterror( ERR_INCORRECT_CALL, 13, bif, argnum, tmpstr_of( TSD, text ) ) ; in atozpos()
582 exiterror( ERR_INCORRECT_CALL, 13, bif, argnum, tmpstr_of( TSD, text ) ) ; in atozposrx64()
627 exiterror( ERR_INCORRECT_CALL, 28, bif, argnum, tmp, tmpstr_of( TSD, text ) ); in getoptionchar()
638 exiterror( ERR_INCORRECT_CALL, 23, bif, argnum, tmpstr_of( TSD, text ) ) ; in getonechar()
648 exiterror( ERR_INCORRECT_CALL, 43, bif, argnum, tmpstr_of( TSD, text ) ) ; in getonespecialchar()
650 exiterror( ERR_INCORRECT_CALL, 43, bif, argnum, tmpstr_of( TSD, text ) ) ; in getonespecialchar()
661 exiterror( ERR_INCORRECT_CALL, 14, bif, argnum, tmpstr_of( TSD, text ) ) ; in atopos()
671 exiterror( ERR_INCORRECT_CALL, 14, bif, argnum, tmpstr_of( TSD, text ) ) ; in atoposrx64()
[all …]
H A Dexpr.c300 exiterror( ERR_BAD_ARITHMETIC, side, tmpstr_of( TSD, sptr ), getoperator( operator ) ); in calcul()
581 exiterror( ERR_UNEXISTENT_LABEL, 3, tmpstr_of( TSD, thisptr->name ) ); in evaluate()
604 exiterror( ERR_UNQUOTED_FUNC_STOP, 1, tmpstr_of( TSD, thisptr->name ) ) ; in evaluate()
619 exiterror( ERR_NO_DATA_RETURNED, 1, tmpstr_of( TSD, thisptr->name ) ); in evaluate()
639 exiterror( ERR_NO_DATA_RETURNED, 1, tmpstr_of( TSD, thisptr->name ) ) ; in evaluate()
712 exiterror( ERR_ROUTINE_NOT_FOUND, 1, tmpstr_of( TSD, thisptr->name ) ); in evaluate()
720 exiterror( ERR_NO_DATA_RETURNED, 1, tmpstr_of( TSD, thisptr->name ) ); in evaluate()
849 exiterror( ERR_UNLOGICAL_VALUE, suberror, tmpstr_of( TSD, thisptr->name ) ); in isboolean()
866 exiterror( ERR_UNLOGICAL_VALUE, suberror, op, tmpstr_of( TSD, stmp1 ) ); in isboolean()
870 exiterror( ERR_UNLOGICAL_VALUE, suberror, tmpstr_of( TSD, stmp1 ) ); in isboolean()
[all …]
H A Ddbgfuncs.c95 … exiterror( ERR_INCORRECT_CALL, 28, "ALLOCATED", "ALCS", tmpstr_of( TSD, parms->value ) ) ; in dbg_allocated()
132 exiterror( ERR_INCORRECT_CALL, 28, "LISTLEAKED", "ALN", tmpstr_of( TSD, parms->value ) ) ; in dbg_listleaked()
H A Dstrmath.c299 fs = tmpstr_of( (tsd_t *) TSD, h ); in descr_to_int()
983 exiterror( ERR_INCORRECT_CALL, h, "FORMAT", 1, tmpstr_of( TSD, input ) ); in str_format()
1245 exiterror( ERR_INCORRECT_CALL, 38, "FORMAT", 2, tmpstr_of( TSD, input ) ); in str_format()
1268 exiterror( ERR_INCORRECT_CALL, 38, "FORMAT", 4, tmpstr_of( TSD, input ) ); in str_format()
2140 fs = tmpstr_of( TSD, h ); in string_div2()
2143 ss = tmpstr_of( TSD, h ); in string_div2()
2454 exiterror( ERR_INCORRECT_CALL, i, bif, argno, tmpstr_of( TSD, num ) ); in get_a_descr()
2493 exiterror( ERR_INCORRECT_CALL, i, "ABS", 1, tmpstr_of( TSD, input ) ); in str_abs()
2522 exiterror( ERR_INCORRECT_CALL, i, "SIGN", 1, tmpstr_of( TSD, input ) ); in str_sign()
2563 exiterror( ERR_INCORRECT_CALL, i, "TRUNC", 1, tmpstr_of( TSD, number ) ); in str_trunc()
[all …]
H A Drexxext.c130 exiterror( ERR_INCORRECT_CALL, 28, "GETCALLSTACK", "ALN", tmpstr_of( TSD, parms->value ) ) ; in rex_getcallstack()
157 exiterror( ERR_EXTERNAL_QUEUE, 104, tmpstr_of( TSD, parms->next->value ) ); in rex_rxqueue()
H A Dinterprt.c1720 tmp_str = tmpstr_of( TSD, cptr ); in interpret()
1728 exiterror( ERR_UNEXISTENT_LABEL, 2, tmpstr_of( TSD, entry->name) ); in interpret()
1768 exiterror( ERR_UNEXISTENT_LABEL, 3, tmpstr_of( TSD, n->name ) ); in interpret()
1904 exiterror( ERR_ROUTINE_NOT_FOUND, 1, tmpstr_of( TSD, thisptr->name ) ); in interpret()
2103 … exiterror( ERR_INVALID_LEAVE, (thisptr->type==X_LEAVE)?3:4, tmpstr_of( TSD, thisptr->name ) ); in interpret()
2207 err = tmpstr_of( TSD, cptr ); in interpret()
2248 err = tmpstr_of( TSD, cptr ); in interpret()
2392 exiterror( ERR_UNEXISTENT_LABEL, 1, tmpstr_of( TSD, traps[i].name ) ); in interpret()
2394 exiterror( ERR_UNEXISTENT_LABEL, 2, tmpstr_of( TSD, entry->name ) ); in interpret()
2405 exiterror( ERR_UNEXISTENT_LABEL, 1, tmpstr_of( TSD, traps[i].name ) ); in interpret()
[all …]
H A Dextstack.c74 volatile char *tmpstr_of( dummy_tsd_t *TSD, const streng *input ) in tmpstr_of() function
221 …exiterror( ERR_EXTERNAL_QUEUE, ERR_RXSTACK_CANT_CONNECT, tmpstr_of( TSD, q->u.e.name ), q->u.e.por… in connect_to_rxstack()
378 exiterror( ERR_EXTERNAL_QUEUE, ERR_RXSTACK_INVALID_QUEUE, tmpstr_of( TSD, queue ) ); in parse_queue()
411 exiterror( ERR_EXTERNAL_QUEUE, ERR_RXSTACK_NO_IP, tmpstr_of( TSD, q->u.e.name ) ); in parse_queue()
H A Dshell.c247 tmpstr_of( TSD, e->currname ), in open_env_io()
248 tmpstr_of( TSD, h ) ) ; in open_env_io()
287 exiterror( ERR_EXTERNAL_QUEUE, 109, tmpstr_of( TSD, e->currname ) ) ; in open_env_io()
304 exiterror( ERR_EXTERNAL_QUEUE, 109, tmpstr_of( TSD, e->currname ) ) ; in open_env_io()
335 exiterror( ERR_EXTERNAL_QUEUE, 109, tmpstr_of( TSD, e->currname ) ) ; in open_env_io()
351 exiterror( ERR_EXTERNAL_QUEUE, 109, tmpstr_of( TSD, e->currname ) ) ; in open_env_io()
H A Dmacros.c277 path = (char *) tmpstr_of( TSD, command );
404 char *cmd = (char *) tmpstr_of( TSD, command );
H A Dbuiltin.c708 exiterror( ERR_INCORRECT_CALL, 37, "VALUE", tmpstr_of( TSD, env ) ); in std_value()
718 exiterror( ERR_INCORRECT_CALL, 26, "VALUE", tmpstr_of( TSD, parms->value ) ); in std_value()
980 p1 = (char *) tmpstr_of( TSD, supptime ) ; in std_time()
984 p2 = (char *) tmpstr_of( TSD, str_suppformat ) ; in std_time()
1131 exiterror( ERR_INCORRECT_CALL, 44, "DATE", 2, tmpstr_of( TSD, suppdate ), 4 ) ; in std_date()
1143 exiterror( ERR_INCORRECT_CALL, 44, "DATE", 2, tmpstr_of( TSD, suppdate ), 5 ) ; in std_date()
1227 p1 = (char *) tmpstr_of( TSD, suppdate ) ; in std_date()
1231 p2 = (char *) tmpstr_of( TSD, str_suppformat ) ; in std_date()
1894 exiterror( ERR_INCORRECT_CALL, 11, 1, tmpstr_of( TSD, parms->value ) ) ; in std_errortext()
1915 exiterror( ERR_INCORRECT_CALL, 17, "ERRORTEXT", tmpstr_of( TSD, parms->value ) ) ; in std_errortext()
H A Dfiles.c2978 exiterror( ERR_INCORRECT_CALL, 42, bif, tmpstr_of( TSD, ptr->filename0 ) ) ; in positionfile()
3163 exiterror( ERR_INCORRECT_CALL, 42, bif, tmpstr_of( TSD, fileptr->filename0 ) ) ; in positioncharfile()
4104 checkProperStreamName( TSD, NULL, (const char *) tmpstr_of( TSD, filename ), errno ); in getstatus()
4542 …1, (seek_oper)?"QUERY SEEK READ":"QUERY POSITION READ", "CHAR LINE ''", tmpstr_of( TSD, psubsub ) … in getquery()
4557 … (seek_oper)?"QUERY SEEK WRITE":"QUERY POSITION WRITE", "CHAR LINE ''", tmpstr_of( TSD, psubsub ) … in getquery()
4562 …OMMAND, 1, (seek_oper)?"QUERY SEEK":"QUERY POSITION", "READ WRITE SYS", tmpstr_of( TSD, psub ) ) ; in getquery()
4617 … exiterror( ERR_STREAM_COMMAND, 1, "OPEN BOTH", "APPEND REPLACE ''", tmpstr_of( TSD, psub ) ) ; in getopen()
4662 … exiterror( ERR_STREAM_COMMAND, 1, "OPEN WRITE", "APPEND REPLACE ''", tmpstr_of( TSD, psub ) ) ; in getopen()
4675 … exiterror( ERR_STREAM_COMMAND, 1, "OPEN", "BOTH READ WRITE ''", tmpstr_of( TSD, subcommand ) ) ; in getopen()
5198 exiterror( ERR_INCORRECT_CALL, 39, "LINEIN", tmpstr_of( TSD, parms->value ) ) ; in std_linein()
[all …]
H A Dparsing.c506 exiterror( ERR_INVALID_INTEGER, 4, tmpstr_of( TSD, xtmp ) ); in doparse()
H A Dstack.c1446 exiterror( ERR_EXTERNAL_QUEUE, ERR_RXSTACK_INVALID_QUEUE, tmpstr_of(TSD, queue_name ) ) ; in delete_queue()
1499 exiterror( ERR_INCORRECT_CALL, 930, 999999999, tmpstr_of( TSD, timeout ) ); in timeout_queue()
1605 exiterror( ERR_EXTERNAL_QUEUE, ERR_RXSTACK_INVALID_QUEUE, tmpstr_of(TSD, queue_name ) ) ; in set_queue()
H A Dclient.c1268 tmpExternalName = tmpstr_of( TSD, ExeName ); in do_an_external()
1275 tmpExternalName = tmpstr_of( TSD, box->name ); in do_an_external()
H A Dstrings.c429 volatile char *tmpstr_of( tsd_t *TSD, const streng *input ) in tmpstr_of() function
H A Dtracing.c660 exiterror( ERR_INVALID_INTEGER, 7, tmpstr_of( TSD, setting ) ); in set_trace()
H A Dwrappers.h551 #define tmpstr_of __regina_tmpstr_of macro
H A Dlibrary.c1072 exiterror( ERR_INCORRECT_CALL, 23, "GCIPREFIXCHAR", 1, tmpstr_of( TSD, value ) ); in rex_gciprefixchar()
H A Dextern.h825 volatile char *tmpstr_of( tsd_t *TSD, const streng *input ) ;
H A Dvariable.c1045 exiterror( ERR_SYMBOL_EXPECTED, 1, tmpstr_of( TSD, str ) ); in get_it_anyway()
1066 exiterror( ERR_SYMBOL_EXPECTED, 1, tmpstr_of( TSD, str ) ); in get_it_anyway_compound()
/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_reginabridge.c105 tmpDispo = tmpstr_of( TSD, h ); in GCIcode2ReginaFuncCode()
111 tmpFull = tmpstr_of( TSD, h ); in GCIcode2ReginaFuncCode()