Home
last modified time | relevance | path

Searched refs:testvarname (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dfunctions.h116 static void testvarname Args((char **line,char *var,int len)); /* Test the symbol …
H A Drexx.c635 testvarname(&lineptr,svar,varlen-1);/* Check it matches */
654 testvarname(&lineptr,svar,varlen-1); /* Check it matches */
1113 testvarname(&lineptr,svar,len-1);
1162 testvarname(&lineptr,svar,len-1);
2121 static void testvarname(lineptr,var,len)/* Check that any symbol in the */ in testvarname() function
/dports/comms/ncid/ncid/client/
H A Dncid.sh655 set testvarname [lindex $c 0]
659 …if {[string match -nocase "*ground*" $testvarname] || [string match -nocase "*color*" $testvarname
660 … [string match -nocase "*relief*" $testvarname] | [string match -nocase "*text*" $testvarname]} {
665 set val [$widgetPath cget $testvarname]
666 … logMsg $verboseLevel "$verboseMsg $widgetPath [format "%-25.25s %s" "$testvarname" "$val"]"