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