Searched refs:intval (Results 1 – 4 of 4) sorted by relevance
198 sscanf(yytext, "0x%x", &hlsl_lval.intval);202 sscanf(yytext, "0%o", &hlsl_lval.intval);206 hlsl_lval.intval = (atoi(yytext));244 hlsl_lval.intval = (atoi(yytext));
892 INT intval; member1007 %token <intval> PRE_LINE1013 %token <intval> C_INTEGER1033 %type <intval> array
531 #define ppp_set_listen_time(ppp, intval) (ppp->settings.listen_time = intval) argument587 #define ppp_set_asyncmap(ppp, intval) (ppp->lcp_wantoptions.asyncmap = intval) argument
125 } intval; member