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

  /src/bin/csh/
dir.c 616 char tlink[MAXPATHLEN]; local
681 (cc = readlink(short2str(cp), tlink,
682 sizeof(tlink) - 1)) >= 0) {
683 tlink[cc] = '\0';
684 (void)Strcpy(slink, str2short(tlink));
765 (cc = readlink(short2str(cp), tlink, sizeof(tlink)-1)) >= 0) {
766 tlink[cc] = '\0';
767 (void)Strcpy(slink, str2short(tlink));
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1896 /* The tlink field is used in the front end to carry the module
1901 struct gfc_symbol *tlink; member in struct:gfc_symbol
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1859 /* The tlink field is used in the front end to carry the module
1864 struct gfc_symbol *tlink; member in struct:gfc_symbol

Completed in 20 milliseconds