Searched refs:EOZ (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/lua/src/ |
| H A D | lzio.c | 31 return EOZ; in luaZ_fill() 52 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()
|
| H A D | llex.c | 287 case EOZ: { /* error */ in read_long_string() 321 if (ls->current != EOZ) in esccheck() 386 case EOZ: in read_string() 410 case EOZ: goto no_save; /* will raise an error next loop */ in read_string() 472 while (!currIsNewline(ls) && ls->current != EOZ) in llex() 536 case EOZ: { in llex()
|
| H A D | lzio.h | 16 #define EOZ (-1) /* end of stream */ macro
|
| H A D | lundump.c | 63 if (b == EOZ) in loadByte()
|
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | llex.c | 273 case EOZ: in read_long_string() 306 for (i = 0; i < n && c[i] != EOZ; i++) in escerror() 344 case EOZ: in read_string() 367 case EOZ: goto no_save; /* will raise an error next loop */ in read_string() 425 while (!currIsNewline(ls) && ls->current != EOZ) in llex() 486 case EOZ: { in llex()
|
| H A D | lzio.c | 28 return EOZ; in luaZ_fill() 49 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()
|
| H A D | lzio.h | 17 #define EOZ (-1) /* end of stream */ macro
|
| /src/contrib/ncurses/misc/ |
| H A D | terminfo.src | 1476 kext=\E[y, kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf13=\EOp, 4301 kf10=\EOY, kf11=\EOZ, kf12=\EO[, kf5=\EOT, kf6=\EOU, 6060 ind=\n, kend=\E[Y, kf0=\EOy, kf10=\EOY, kf11=\EOZ, kf12=\EOA, 9997 ht=^I, hts=\EH, kdch1=^?, kend=\E[Y, kf10=\EOY, kf11=\EOZ, 14712 kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, 14918 kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 14996 kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 15192 kf44=\EOZ, kf45=\EO[, kf46=\EO\s, kf47=\EO], kf48=\EO\^, 16165 kf4=\EOU, kf5=\EOV, kf6=\EOW, kf7=\EOX, kf8=\EOY, kf9=\EOZ, 24006 kf11=\EOZ, kf12=\EOA, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW,
|
| /src/share/termcap/ |
| H A D | termcap | 282 :F1=\EOZ:F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
|