HomeSort by relevance Sort by last modified time
    Searched defs:OP_STRING (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 261 * [OP_STRING] (cast operation)
269 public static final int OP_STRING = 17;
  /external/pcre/dist/
pcregrep.c 292 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_LONGNUMBER,
340 { OP_STRING, 'D', &DEE_option, "devices=action","how to handle devices, FIFOs, and sockets" },
341 { OP_STRING, 'd', &dee_option, "directories=action", "how to handle directories" },
358 { OP_STRING, N_LABEL, &stdin_name, "label=name", "set name for standard input" },
361 { OP_STRING, N_LOCALE, &locale, "locale=locale", "use the named locale" },
365 { OP_STRING, 'N', &newline, "newline=type", "set newline type (CR, LF, CRLF, ANYCRLF or ANY)" },
368 { OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -o output" },
    [all...]

Completed in 75 milliseconds