HomeSort by: relevance | last modified time | path
    Searched defs:op_text (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
c_test.c 46 char op_text[4]; member in struct:t_op
205 for (; otab->op_text[0]; otab++)
206 if (sc1 == otab->op_text[1]
207 && strcmp(s, otab->op_text) == 0
  /src/bin/test/
test.c 104 const char *op_text; member in struct:t_op
476 syntax(t_wp_op->op_text, "argument expected");
515 syntax(op->op_text, "argument expected");
767 #define VTOC(x) (const unsigned char *)((const struct t_op *)x)->op_text
806 else if (strcmp(s, cop2[0].op_text) == 0)

Completed in 11 milliseconds