Searched refs:EOZ (Results 1 – 9 of 9) sorted by relevance
/freebsd/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()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.c | 272 case EOZ: in read_long_string() 305 for (i = 0; i < n && c[i] != EOZ; i++) in escerror() 343 case EOZ: in read_string() 366 case EOZ: goto no_save; /* will raise an error next loop */ in read_string() 424 while (!currIsNewline(ls) && ls->current != EOZ) in llex() 485 case EOZ: { in llex()
|
H A D | lzio.c | 27 return EOZ; in luaZ_fill() 48 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()
|
H A D | lzio.h | 16 #define EOZ (-1) /* end of stream */ macro
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 1465 kext=\E[y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, 4249 kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EO[, kf2=\EOQ, 5937 ind=\n, kend=\E[Y, kf0=\EOy, kf10=\EOY, kf11=\EOZ, kf12=\EOA, 9515 kdch1=^?, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, 14262 kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, 14469 kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 14547 kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 14742 kf44=\EOZ, kf45=\EO[, kf46=\EO\s, kf47=\EO], kf48=\EO\^, 15723 kf7=\EOX, kf8=\EOY, kf9=\EOZ, khome=\E[H, kich1=\E[4h, 23607 kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf2=\EOQ, kf3=\EOR,
|
/freebsd/share/termcap/ |
H A D | termcap | 282 :F1=\EOZ:F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
|