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

  /src/usr.bin/make/
str.h 37 typedef struct FStr {
40 } FStr;
80 MAKE_INLINE FStr
83 FStr fstr; local in function:FStr_InitOwn
84 fstr.str = str;
85 fstr.freeIt = str;
86 return fstr;
90 MAKE_INLINE FStr
93 FStr fstr local in function:FStr_InitRefer
    [all...]
str.h 37 typedef struct FStr {
40 } FStr;
80 MAKE_INLINE FStr
83 FStr fstr; local in function:FStr_InitOwn
84 fstr.str = str;
85 fstr.freeIt = str;
86 return fstr;
90 MAKE_INLINE FStr
93 FStr fstr local in function:FStr_InitRefer
    [all...]

Completed in 21 milliseconds