Searched refs:EOS (Results 1 – 9 of 9) sorted by relevance
51 #define L_if ('i' + (EOS << 1))56 #define L_nogood (EOS + (EOS << 1)) /* To catch #i */98 hash = (token[1] == EOS) ? L_nogood : (token[0] + (token[2] << 1)); in control()171 save(EOS); in control()522 result[tp - source + 1] = EOS; in hasdirectory()528 && result[0] != EOS) in hasdirectory()544 result[tp - source + 1] = EOS; in hasdirectory()599 *rp = EOS;604 *rp = EOS;610 *rp = EOS;[all …]
93 file->buffer[0] = EOS; /* Initialize for first read */ in addfile()235 if (*ap++ != '-' || *ap == EOS)256 while (*ap != EOS && *ap != '=')258 if (*ap == EOS)261 *ap++ = EOS;290 while (sizp->bits != endtest && *ap != EOS) {308 else if (*ap != EOS)408 *poptbuff=EOS;439 while (*ap != EOS) {478 if (*pp[0] != EOS) {
244 *bp = EOS; in scanid()304 save(EOS); in catenate()541 file->buffer[0] = EOS; /* Force first read */ in getfile()589 *np = EOS; /* Terminate token */ in lookid()619 for (nhash = 0, np = name; *np != EOS;) in defendel()697 for (cp = dp->repl; (c = *cp++ & 0xFF) != EOS;) { in dumpadef()701 if( c == EOS ) break; in dumpadef()732 *token = EOS; in dumpadef()733 *work = EOS; in dumpadef()803 if ((c = *file->bptr++ & 0xFF) == EOS) { in get()
207 *workp = EOS; /* Terminate work */260 for (cp = token; *cp != EOS;) /* And save */313 workp[-1] = EOS; /* Erase trailing quote */504 *parmp = EOS; /* Make sure terminated */539 charput(EOS); /* Terminate argument */570 while ((c = (*inp++ & 0xFF)) != EOS) {609 *defp = EOS;
43 #ifndef EOS47 #define EOS '\0' /* End of string */ macro
338 work[0] = EOS; /* Unix can't find stdin name */
82 EOS, EOLN, enumerator171 { return sal_Bool( t == EOS || t == EOLN || t == REM ); } in IsEoln()
43 { EOS, ":" },455 case EOS : aSym = String::CreateFromAscii( ":/CRLF" ); return aSym; in Symbol()
528 case EOS: in Resume()
Completed in 42 milliseconds