HomeSort by: relevance | last modified time | path
    Searched defs:psave (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/csh/
glob.c 94 static void psave(int);
606 psave(*lp);
649 * We do the psave job to temporarily change the current job so that the
749 psave(c | quoted);
767 psave(int c) function
777 psave(0);
glob.c 94 static void psave(int);
606 psave(*lp);
649 * We do the psave job to temporarily change the current job so that the
749 psave(c | quoted);
767 psave(int c) function
777 psave(0);
  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 1924 gfc_interface *psave, *q, *qlast; local
1926 psave = p;
1960 if ((psave->sym->attr.function && !p->sym->attr.function
1962 || (psave->sym->attr.subroutine && !p->sym->attr.subroutine))
1982 p = psave;
interface.cc 1924 gfc_interface *psave, *q, *qlast; local
1926 psave = p;
1960 if ((psave->sym->attr.function && !p->sym->attr.function
1962 || (psave->sym->attr.subroutine && !p->sym->attr.subroutine))
1982 p = psave;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 1881 gfc_interface *psave, *q, *qlast; local
1883 psave = p;
1917 if ((psave->sym->attr.function && !p->sym->attr.function
1919 || (psave->sym->attr.subroutine && !p->sym->attr.subroutine))
1939 p = psave;
interface.cc 1881 gfc_interface *psave, *q, *qlast; local
1883 psave = p;
1917 if ((psave->sym->attr.function && !p->sym->attr.function
1919 || (psave->sym->attr.subroutine && !p->sym->attr.subroutine))
1939 p = psave;

Completed in 39 milliseconds