Searched refs:ind (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c368 Token PSWToken2(Type type, char *val, char *ind) argument
397 dvi = (Item) PSWDictLookup(currentDict, (char *)ind);
401 fprintf(stderr,"%s wrong type\n",(char *) ind);
404 token->body.var = (char *) ind;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1611 int ind; /* steps through hexval buffer char by char */ local
1625 ind = 0;
1626 hexval[ ind ] = '\0';
1629 hexval[ ind ] *= 16;
1631 hexval[ ind ] += c - '0';
1633 hexval[ ind ] += c - 'a' + 10;
1635 hexval[ ind ] += c - 'A' + 10;
1644 if ( ++ind < XawTextActionMaxHexChars )
1645 hexval[ ind ] = '\0';

Completed in 15 milliseconds