HomeSort by: relevance | last modified time | path
    Searched refs:a_t_val (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
arith_token.c 66 * leave its value (when applicable) in (global) a_t_val.
89 a_t_val.val = strtoimax(buf, &end, 0);
100 a_t_val.val));
113 a_t_val.name = stalloc(buf - p + 1);
114 memcpy(a_t_val.name, p, buf - p);
115 a_t_val.name[buf - p] = '\0';
118 a_t_val.name));
arithmetic.c 72 union a_token_val a_t_val; variable in typeref:union:a_token_val
239 *val = a_t_val;
242 *val = a_t_val;
245 *val = a_t_val;
248 *val = a_t_val;
257 result = arith_lookupvarint(a_t_val.name);
260 setvar(a_t_val.name, sresult, 0);
281 val = a_t_val;
327 *val = a_t_val;
347 *val = a_t_val;
    [all...]
arith_tokens.h 116 extern union a_token_val a_t_val;

Completed in 12 milliseconds