HomeSort by: relevance | last modified time | path
    Searched refs:ISMAGIC (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
misc.c 579 if (!ISMAGIC(*p))
587 if (ISMAGIC(p[1]) && p[2] == NOT)
589 if (ISMAGIC(p[1]) && p[2] == ']')
644 if (!ISMAGIC(pc)) {
774 if ((not = (ISMAGIC(*p) && *++p == NOT)))
778 if (ISMAGIC(c)) {
780 if ((c & 0x80) && !ISMAGIC(c)) {
790 if (ISMAGIC(p[0]) && p[1] == '-'
791 && (!ISMAGIC(p[2]) || p[3] != ']'))
795 if (ISMAGIC(d))
    [all...]
eval.c 683 } else if (ISMAGIC(c)) {
1148 if (ISMAGIC(*p)) {
1156 if (ISMAGIC(*q) && q[1] == NOT)
1158 if (ISMAGIC(*q) && q[1] == ']')
1161 if (ISMAGIC(*q) && *++q == ']')
1190 if (!ISMAGIC(*s) || !(*++s & 0x80)
1236 if (ISMAGIC(*r))
1329 if (ISMAGIC(*p)) {
1361 if (ISMAGIC(*p)) {
sh.h 175 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)

Completed in 13 milliseconds