Searched refs:CondCvtArg (Results 1 – 2 of 2) sorted by relevance
| /trueos/usr.bin/make/ |
| HD | cond.c | 123 static char *CondCvtArg(char *, double *); 391 CondCvtArg(char *str, double *value) in CondCvtArg() function 645 if (*CondCvtArg(lhs, &left) != '\0') in CondToken() 656 if (*CondCvtArg(string, in CondToken() 668 char *c = CondCvtArg(rhs, &right); in CondToken()
|
| /trueos/contrib/bmake/ |
| HD | cond.c | 155 static Boolean CondCvtArg(char *, double *); 477 CondCvtArg(char *str, double *value) in CondCvtArg() function 689 if (CondCvtArg(lhs, &left)) { in compare_expression() 743 if (!CondCvtArg(lhs, &left) || !CondCvtArg(rhs, &right)) in compare_expression()
|