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

  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 309 enum { SC11, STRAD, SC89, SGNU89, SC99, SGNU99 } cstd; variable in typeref:enum:__anon7911
764 cstd = SGNU99;
766 cstd = SC89;
768 cstd = SGNU89;
770 cstd = SC99;
782 cstd = STRAD;
930 switch (cstd) {
cc.c 309 enum { SC11, STRAD, SC89, SGNU89, SC99, SGNU99 } cstd; variable in typeref:enum:__anon7911
764 cstd = SGNU99;
766 cstd = SC89;
768 cstd = SGNU89;
770 cstd = SC99;
782 cstd = STRAD;
930 switch (cstd) {

Completed in 128 milliseconds