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

  /src/lib/libcompat/regexp/
regexp.c 86 #define BOL 1 /* no Match "" at beginning of line. */
266 else if (OP(scan) == BOL)
490 ret = regnode(BOL);
919 case BOL:
931 /* Prev must be BOL or nonword */
1221 case BOL:
1222 p = "BOL";
  /src/lib/libc/regex/
engine.c 119 #define BOL (OUT-1)
120 #define EOL (BOL-1)
121 #define BOLEOL (BOL-2)
122 #define NOTHING (BOL-3)
123 #define BOW (BOL-4)
124 #define EOW (BOL-5)
125 #define BADCHAR (BOL-6)
126 #define NWBND (BOL-7)
930 /* is there an EOL and/or BOL between lastc and c? */
935 flagch = BOL;
    [all...]

Completed in 35 milliseconds