Home
last modified time | relevance | path

Searched refs:Runemax (Results 1 – 22 of 22) sorted by relevance

/plan9/sys/src/cmd/
H A Dunicode.c54 if(min<0 || min>Runemax || *q!='-') in range()
60 if(max<0 || max>Runemax || max<min || *q!=0) in range()
119 if(m<0 || m>Runemax || *q!=0) in chars()
H A Dfreq.c5 uvlong count[Runemax+1];
H A Dtr.c18 uchar f[(Runemax+1)/8];
19 uchar t[(Runemax+1)/8];
H A Dsed.c626 *rhs++ = Runemax; in compsub()
1053 if (c == Runemax && (c = *rp++) >= '1' && c < MAXSUB + '0') { in dosub()
H A Ded.c18 ESCFLG = Runemax, /* escape Rune - user defined code */
/plan9/sys/src/libc/port/
H A Drune.c58 } else if(l <= RuneX(i) || l > Runemax) in chartorune()
104 if(c > Runemax) in runetochar()
/plan9/sys/src/cmd/unix/drawterm/libc/
H A Drune.c58 } else if(l <= RuneX(i) || l > Runemax) in chartorune()
104 if(c > Runemax) in runetochar()
H A Dutf.h12 Runemax = 0x10FFFF, /* 21-bit rune */ enumerator
/plan9/sys/src/cmd/unix/u9fs/
H A Drune.c97 if(l > Runemax) in chartorune()
142 if (c > Runemax) in runetochar()
/plan9/sys/src/ape/lib/utf/
H A Drune.c112 if(l > Runemax) in chartorune()
157 if (c > Runemax) in runetochar()
/plan9/sys/src/libdraw/
H A Dbuildfont.c73 if(*s==0 || min>=Runemax || max>=Runemax || min>max){ in buildfont()
/plan9/sys/include/ape/
H A Dutf.h18 Runemax = 0x10FFFF, /* 21-bit rune */ enumerator
/plan9/sys/src/cmd/tcs/
H A Dconv.h22 #define NRUNE (Runemax+1)
/plan9/sys/src/cmd/grep/
H A Dgrep.h56 Cbegin = Runemax+1,
/plan9/sys/src/9/port/
H A Dlib.h42 Runemax = 0x10FFFF, /* 24 bit rune */ enumerator
/plan9/sys/src/cmd/acme/
H A Dregx.c458 return *exprp++|(Runemax+1); in nextrec()
493 classp[n+0] = Runemax; in bldcclass()
515 if(*p == Runemax){ in classmatch()
/plan9/sys/src/cmd/sam/
H A Dregexp.c465 return *exprp++|(Runemax+1); in nextrec()
500 classp[n+0] = Runemax; in bldcclass()
522 if(*p == Runemax){ in classmatch()
/plan9/sys/src/cmd/unix/drawterm/include/
H A Dlib.h60 Runemax = 0x10FFFF, /* 21-bit rune */ enumerator
/plan9/sys/include/
H A Dlibc.h48 Runemax = 0x10FFFF, /* 21-bit rune */ enumerator
/plan9/sys/src/libthread/
H A Dsched.acid38 Runemax = 1114111;
H A Dchannel.acid38 Runemax = 1114111;
/plan9/sys/doc/
H A Dutf.ms499 Runemax = 0x10FFFF, /* largest 21-bit rune */