Lines Matching refs:str
805 const char *str;
927 for (op = ops->op; op->str != NULL; op++)
928 if (strncmp(cp, op->str, strlen(op->str)) == 0)
930 if (op->str == NULL)
932 cp += strlen(op->str);
933 debug("eval%d %s", ops - eval_ops, op->str);
1121 findsym(const char *str)
1126 cp = skipsym(str);
1127 if (cp == str)
1135 (int)(cp-str), str,
1141 if (strlcmp(symname[symind], str, cp-str) == 0) {