Home
last modified time | relevance | path

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

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dfunctions.h102 static void doaddress Args((char **line,int env)); /* Address a comman…
H A Drexx.c1350 doaddress(&lineptr,env); /* Do the following command
1427 if(!varname[0]) doaddress(&lineptr,address1);
1442 static void doaddress(lineptr,env) /* The lineptr points to a command to be */ in doaddress() function