Home
last modified time | relevance | path

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

/original-bsd/old/cpp/
H A Dyylex.c42 tobinary(inp+2,16) : tobinary(inp+1,8); in yylex()
43 else yylval=tobinary(inp,10); in yylex()
58 if (inp[2]<='9' && inp[2]>='0') yylval=c=tobinary(inp+2,8); in yylex()
71 tobinary(st, b) char *st; { in tobinary() function