Changeset 3029 for trunk/Ohana/src/opihi/lib.shell/isolate_elements.c
- Timestamp:
- Jan 18, 2005, 8:53:03 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/isolate_elements.c
r2598 r3029 147 147 if (!strncmp (c, "-", 1)) return (TRUE); 148 148 if (!strncmp (c, "^", 1)) return (TRUE); 149 if (!strncmp (c, "@", 1)) return (TRUE); 149 150 if (!strncmp (c, "(", 1)) return (TRUE); 150 151 if (!strncmp (c, ")", 1)) return (TRUE); … … 152 153 if (!strncmp (c, "|", 1)) return (TRUE); 153 154 if (!strncmp (c, ">", 1)) return (TRUE); 155 if (!strncmp (c, "<", 1)) return (TRUE); 154 156 if (!strncmp (c, "<", 1)) return (TRUE); 155 157 if (!strncmp (c, "<<", 2)) return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
