Home
last modified time | relevance | path

Searched refs:EOS (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/rsc/source/rscpp/
H A Dcpp6.c244 *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()
H A Dcpp4.c207 *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;
H A Dcpp.h43 #ifndef EOS
47 #define EOS '\0' /* End of string */ macro
H A Dcpp1.c339 work[0] = EOS; /* Unix can't find stdin name */
H A Dcpp2.c51 #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 …]
H A Dcpp3.c89 file->buffer[0] = EOS; /* Initialize for first read */ in addfile()
231 if (*ap++ != '-' || *ap == EOS)
252 while (*ap != EOS && *ap != '=')
254 if (*ap == EOS)
257 *ap++ = EOS;
286 while (sizp->bits != endtest && *ap != EOS) {
304 else if (*ap != EOS)
404 *poptbuff=EOS;
435 while (*ap != EOS) {
474 if (*pp[0] != EOS) {
/trunk/main/basic/source/inc/
H A Dtoken.hxx82 EOS, EOLN, enumerator
171 { return sal_Bool( t == EOS || t == EOLN || t == REM ); } in IsEoln()
/trunk/main/basic/source/comp/
H A Dloops.cxx528 case EOS: in Resume()
H A Dtoken.cxx43 { EOS, ":" },
455 case EOS : aSym = String::CreateFromAscii( ":/CRLF" ); return aSym; in Symbol()

Completed in 124 milliseconds