Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l42 static itm_data_t *hexadecimal_data(int, char *);
86 {HEXADECIMAL} { yylval.data = hexadecimal_data(yyleng - 2, yytext + 2);
291 hexadecimal_data(int seqsize, char *seq) in hexadecimal_data() function